Error 207

Message text

Wrong number of values for INSERT

Item

Value

SQLCode

-207

Constant

SQLE_WRONG_NUM_OF_INSERT_COLS

SQLState

53002

ODBC State

42000

Probable cause

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