Contents Index Wrong number of parameters to function '%1' Wrong number of variables in FETCH

ASA Error Messages
  Database Error Messages
    Alphabetic list of error messages

Wrong number of values for INSERT


Item Value
SQLCODE -207
Constant SQLE_WRONG_NUM_OF_INSERT_COLS
SQLSTATE 53002
Sybase error code 213
ODBC 2 State 21S01
ODBC 3 State 21S01
Probable cause 

The number of values you are trying to insert does not match the number of columns specified in the INSERT statement, or the number of columns in the table if no columns are specified.


Contents Index Wrong number of parameters to function '%1' Wrong number of variables in FETCH