I am in the process of Converting a large application to work against SQL Server 2014. It is currently running against Sybase ASE 15.
The Problem is when I try to retrieve a value from a column that is defined as Datetime2, I get "Error: Invalid DataWindow row/column specified at line". This line in defined in the Sybase table as Datetime and retrieves correct.
Also, there are no milliseconds data value for this column.
Any ideas of what is causing it or how to correct it?
Thanks in advance.