Contents Index Invalid data conversion Invalid data type for column in WRITETEXT or READTEXT

ASA Error Messages
  Database Error Messages
    Alphabetic list of error messages

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


Item Value
SQLCODE 124
Constant SQLE_CANNOT_CONVERT_LOAD_TABLE
SQLSTATE 01W01
Sybase error code 13886
ODBC 2 State 07006
ODBC 3 State 07006
Parameter 1 Name of the column where NULL was inserted.
Parameter 2 Line number of the data file where the invalid data conversion took place.
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.


Contents Index Invalid data conversion Invalid data type for column in WRITETEXT or READTEXT