Error 1000133

"During the LOAD into table '%2', the LOAD statement's column count (%3) must be between 1 and %4. Check the LOAD statement's 'load-specification'. %1"

Item Description

SQLCode

-1000133L

Constant

EMSG_INSRT_COLUMNCOUNT

SQLState

QDB33

ODBC 2 State

ERROR

ODBC 3 State

ERROR

Sybase Error Code

20793

Severity Code

14

Parameter 1

location of the exception

Parameter 2

tablename

Parameter 3

number of columns attempting to insert to

Parameter 4

number of columns in the table.

Probable cause

The number of columns you are trying to insert to is not consistent with the number of columns specified in the LOAD statement's 'load-specification'. You must specify by name each column you are attempting to insert to via the LOAD statement.


Created May 6, 2011. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com