Contents Index Column '%1' in foreign key has a different definition than primary key Column '%1' in table '%2' cannot be NULL. The invalid data was supplied to load table in a data file on line %3.

ASA Error Messages
  Database Error Messages
    Alphabetic list of error messages

Column '%1' in table '%2' cannot be NULL


Item Value
SQLCODE -195
Constant SQLE_COLUMN_CANNOT_BE_NULL
SQLSTATE 23502
Sybase error code 233
ODBC 2 State 23000
ODBC 3 State 23000
Parameter 1 Name of the column that cannot be NULL.
Parameter 2 Name of the table containing the column.
Probable cause 

You have not supplied a value where a value is required. The column definition prohibits NULL values or the column is part of a NOT NULL foreign key.


Contents Index Column '%1' in foreign key has a different definition than primary key Column '%1' in table '%2' cannot be NULL. The invalid data was supplied to load table in a data file on line %3.