Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » Error Messages » SQL Anywhere error messages » SQL Anywhere error messages sorted by message text (D-K)

 

Invalid data conversion: NULL was inserted for column '%1' on row %2

Error constant SQLE_CANNOT_CONVERT_LOAD_TABLE
ODBC 2 State 07006
ODBC 3 State 07006
Parameter 1 Name of the column where NULL was inserted.
Parameter 2 Row number in the data file where the invalid data conversion took place.
Severity 10
SQLCODE 124
SQLSTATE 01W01
Sybase error code 13886
Probable cause

The database could not convert a value to the required type. The value being converted was supplied to the database in a data file and inserted using LOAD TABLE. A NULL value has been inserted into the column.