DTS globel variable Date

  • 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.

  • A Sybase datatype of timestamp is not actually a date/time datatype, it is really just a counter. You can't compare it to a date/time.

    http://www.sybase.com/detail?id=20316#X201581

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply