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 (A-C)

 

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

Error constant SQLE_COLUMN_CANNOT_BE_NULL
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.
Severity 16
SQLCODE –195
SQLSTATE 23502
Sybase error code 233
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.