![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hi First problem is straightforward. The transformations use VBScript to describe their actions, as per ActiveX controls, therefore the syntax differs slightly from SQL. col1 & col2 should work fine. I've not dealt directly with Paradox data, but have had similar challenges. You're on the right track with the time conversion to datetime by prefixing with a date. Using the & should again help this. Hope this helps Andy H -- Message posted via http://www.sqlmonster.com |
#4
| |||
| |||
|
|
Thanks. Problem fixed. But there's another problem... I found out that in my paradox table, if I store "17:00:00" in a column, after I import it into my SQL2000 table, the value becomes "5:00:00"... How would I know whether it's AM or PM like this. Can I make it as 17:00:00 instead? |
#5
| |||
| |||
|
|
Hi, "wrytat" <wrytat (AT) discussions (DOT) microsoft.com> schrieb im Newsbeitrag news:E17510CC-3D60-4B6D-88E2-8C14E047AACB (AT) microsoft (DOT) com... Thanks. Problem fixed. But there's another problem... I found out that in my paradox table, if I store "17:00:00" in a column, after I import it into my SQL2000 table, the value becomes "5:00:00"... How would I know whether it's AM or PM like this. Can I make it as 17:00:00 instead? how do you looked at the values? What do you get if you query the login time like SELECT CONVERT(varchar(10),LoginTime,8) Helge |
#6
| |||
| |||
|
|
Hi, "wrytat" <wrytat (AT) discussions (DOT) microsoft.com> schrieb im Newsbeitrag news:E17510CC-3D60-4B6D-88E2-8C14E047AACB (AT) microsoft (DOT) com... Thanks. Problem fixed. But there's another problem... I found out that in my paradox table, if I store "17:00:00" in a column, after I import it into my SQL2000 table, the value becomes "5:00:00"... How would I know whether it's AM or PM like this. Can I make it as 17:00:00 instead? how do you looked at the values? What do you get if you query the login time like SELECT CONVERT(varchar(10),LoginTime,8) Helge |
![]() |
| Thread Tools | |
| Display Modes | |
| |