Hi all ,
I recently ecountered a strange problem, I defined a filed in Postgresql DB Ver. 8.1 as time , but when i retreive it with asprunner
it becames as a strange timestamp with the current day and then the time but I expected only time.
Example:
Insert 10:12:23
Insert 10:13:23
Insert 10:14:23
select ... 23/01/2007 10:12:23
select ... 23/01/2007 10:13:23
select ... 23/01/2007 10:14:23
I think it's a problem with the ODBC driver, do you know how I can workaround it ?
Thankyou all.
Regards
Sergio Milanesi