Collection Contents Index Constraint '%1' violated: Invalid value for column '%2' in table '%3' Next PDF

SQL Anywhere® 10 - Error Messages  > Database Error Messages  > Alphabetic list of error messages

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


Item

Value

Constant

SQLE_TABLE_CONSTRAINT_VIOLATED

ODBC 2 State

42000

ODBC 3 State

23000

Parameter 1

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

Parameter 2

Name of the table containing the column.

Severity

16

SQLCODE

-1091

SQLSTATE

23508

Sybase error code

548

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.


Collection Contents Index Constraint '%1' violated: Invalid value for column '%2' in table '%3' Next PDF