Error 195

Message text

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

Item

Value

SQLCode

-195

Constant

SQLE_COLUMN_CANNOT_BE_NULL

SQLState

23502

ODBC 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.