When connected to the ASE, UniDAC is ODBC connection, in use, I found some SQL in the implementation of a long time will cut off. Cause to fail.
For example, will be reported:
[MERANT][ODBC Sybase ASE driver][SQL Server]The name 'getd' is illegal in this context. Only constants, constant expressions, or variables allowed here. Column names are illegal.
But my SQL, and there is no 'getd' field, only the 'getdate()', should be here to cut off.
What is the reason, there should be set?
Thank you