Hi,
I am importing data from as400 to sql and there are some date 00/00/00 which are creating problem when converting into date type.Can u please advice on how to handle that in vb script in DTS
Rightnow I have
Function Main()
DTSDestination("ClearDate") =cstr(DTSSource("Col010"))
Main = DTSTransformStat_OK
End Function
Thanks
I am importing data from as400 to sql and there are some date 00/00/00 which are creating problem when converting into date type.Can u please advice on how to handle that in vb script in DTS
Rightnow I have
Function Main()
DTSDestination("ClearDate") =cstr(DTSSource("Col010"))
Main = DTSTransformStat_OK
End Function
Thanks