Dec 19, 2005 #1 NotSQL Technical User May 17, 2005 205 GB Hi, Can any one tell me why this might not be working? If DTSDestination("2Number") = DTSSource("PNo")then DTSDestination("PDescription") = DTSSource("Description") End If Cheers
Hi, Can any one tell me why this might not be working? If DTSDestination("2Number") = DTSSource("PNo")then DTSDestination("PDescription") = DTSSource("Description") End If Cheers
Dec 30, 2005 #2 Meleagant Programmer Aug 31, 2001 166 US You need a space between your ".. = DTSSource("PNo") THEN" but that could just be a typo here and not in your code. Try putting "Main = DTSTransformStat_OK" after the END IF Journeyman -- The Order of the Seekers of Truth and Penitence Upvote 0 Downvote
You need a space between your ".. = DTSSource("PNo") THEN" but that could just be a typo here and not in your code. Try putting "Main = DTSTransformStat_OK" after the END IF Journeyman -- The Order of the Seekers of Truth and Penitence