Wrong number of values for INSERT

Error constant SQLE_WRONG_NUM_OF_INSERT_COLS
ODBC 2 State 21S01
ODBC 3 State 21S01
Severity 16
SQLCODE –207
SQLSTATE 53002
Sybase error code 213
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.