I have a small problem where I need to have a type converion process in DTS when using an ActiveX script.
eg:
DTSDestination("check_number") = DTSSource ("check_number") + nCounter * 1000
Here the destination is varchar and Source is also varchar..Now I need to cast the source in to long or int and then do the calculation and then cast it back to varchar so that i can pass it to the destination...
PLease help me with this....
regards,
mkp2004
eg:
DTSDestination("check_number") = DTSSource ("check_number") + nCounter * 1000
Here the destination is varchar and Source is also varchar..Now I need to cast the source in to long or int and then do the calculation and then cast it back to varchar so that i can pass it to the destination...
PLease help me with this....
regards,
mkp2004