![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I wrote the following VB Script code to import data from Access 2000 table "Time" column: ----------------------------------------------------------- Function Main() if (DTSSource("Time") < 1/1/1754) then DTSDestination("Time") = "2/2/2079" else DTSDestination("Time") = DTSSource("Time") end if Main = DTSTransformStat_OK End Function ---------------------------------------------------------- Date late then "1/1/1900" converted corretly "1/1/1800" converted into "2/2/2079" "1/1/1755" converted into "2/2/2079" Why Best Regards, Henry |
![]() |
| Thread Tools | |
| Display Modes | |
| |