![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Greetings All, I am trying to create an ActiveX Script Transformation in SQL'r 2000 DTS job, getting data from an access database. The data is in 2 fields - a Status_Date column and a Status_Time column, both of which are defined as Date/Time in Access. The Stutus_Date column holds only a date, while the Status_Time holds only a time value. Using the VBScript statements, I cannot seem to concat the date and time together and then put the result into the sql table in one datetime column. Current attempts at the script are: DTSDestination("StatusDateTime") = CDate(DTSSource("Status_Date") + ' ' + DTSSource("Status_Time")) DTSDestination("StatusDateTime") = FormatDateTime(DTSSource("Status_Date") + ' ' + DTSSource("Status_Time")) etc Any help in this matter would be greatly appreciated. Michael |
#3
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |