Contents Index SQLDA data type invalid Sqlpp/dblib version mismatch

ASA Error Messages
  Database Error Messages
    Alphabetic list of error messages

SQLDA fields inconsistent for a multi-row SQLDA


Item Value
SQLCODE -700
Constant SQLE_SQLDA_INCONSISTENT
SQLSTATE 07W04
Sybase error code 13721
ODBC 2 State 07001
ODBC 3 State 07W04
Probable cause 

Not all of the rows in a multi-rows SQLDA have been defined identically for an array operation (insert, fetch, or execute). A given column must be defined the same (type and length) in each row.


Contents Index SQLDA data type invalid Sqlpp/dblib version mismatch