I am trying to extract date from Sybase database via dts query my source connection is Sybase database via SQL anyware odbc driver when I run my query I get the following error
Datasource =SELECT * FROM Sybase_table
WHERE Sydate > ?
Error:
[Sybase][ODBC Driver][Adaptec server anywhere] Cannot convert 3/17/2008 10:03:03 AM to a timestamp
Any help to resolve this will be much appreciated.