Error 195

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

Item Description

SQLCode

-195L

Constant

COLUMN_CANNOT_BE_NULL

SQLState

23502

ODBC 2 State

23000

ODBC 3 State

23000

Sybase Error Code

2126

Severity Code

16

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.


Created April 27, 2010. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com