SQLDA fields inconsistent for a multi-row SQLDA

Error constant SQLE_SQLDA_INCONSISTENT
ODBC 2 State 07001
ODBC 3 State 07W04
Severity 16
SQLCODE –700
SQLSTATE 07W04
Sybase error code 13721
Probable cause

Not all of the rows in a multi-row 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.