The following are the limitations of ASE ODBC Driver when used with Adaptive Server version 12.x:
You cannot use server-side cursors that are invoked when UseCursor property is set to 1.
Workaround: Avoid using server-side cursors by setting UseCursor to 0.
You cannot use Prepared statements that are invoked when DynamicPrepare connection property is set to 1.
Workaround: Avoid using Prepared statements by setting DynamicPrepare to 0.
You cannot use output and input/output parameters on a stored procedure call.
Workaround: Upgrade to the current version of Adaptive Server.
SQLProcedureColumns method does not return complete column type information.
Workaround: Upgrade to the current version of Adaptive Server.
Limited descriptor types are supported in the SQLColAttribute function
Workaround: Upgrade to the current version of Adaptive Server.