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