Hello,
I was wondering if anyone knew of some code to convert a time such as 10/22/1992 3:00:02 PM to 1992-10-22 15:00:02.300003.
My issue is that a ODBC connection I am using allows me to connect to some tables & not to others, the ones I can't connect to I created a SQL pass-through query which lets me connect......however the SQL pass-through query brings the date in as 10/22/1992 3:00:02 PM.
I need to link multiple tables by this date & time so I need to convert the AM/PM to the longer version of the date/time field.
Thanks in advance for the help
I was wondering if anyone knew of some code to convert a time such as 10/22/1992 3:00:02 PM to 1992-10-22 15:00:02.300003.
My issue is that a ODBC connection I am using allows me to connect to some tables & not to others, the ones I can't connect to I created a SQL pass-through query which lets me connect......however the SQL pass-through query brings the date in as 10/22/1992 3:00:02 PM.
I need to link multiple tables by this date & time so I need to convert the AM/PM to the longer version of the date/time field.
Thanks in advance for the help