Error 10000133

Message text

When inserting into table '%2', the column count (%3) must be between 1 and %4. %1

Item

Value

SQLCode

-10000133

Constant

EMSG_INSRT_COLUMNCOUNT

SQLState

QDB33

ODBC State

ERROR

Parameter 1

location of the exception

Parameter 2

table name

Parameter 3

number of columns attempting to insert to

Parameter 4

number of columns in the table

Probable cause

The number of columns you trying to insert is not consistent with the number of columns in the table.