Error 1091

"Constraint '%1' violated: Invalid value in table '%2'"

Item Description

SQLCode

-1091L

Constant

TABLE_CONSTRAINT_VIOLATED

SQLState

23508

ODBC 2 State

42000

ODBC 3 State

23000

Sybase Error Code

2760

Severity Code

16

Parameter 1

Name of the constraint (if defined) that was violated by an invalid value.

Parameter 2

Name of the table containing the column.

Probable cause

You attempted an insert or update that violates a CHECK constraint. A CHECK constraint is violated if it evaluates to FALSE; it is deemed to hold if the condition evaluates to TRUE or UNKNOWN.


Created May 6, 2011. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com