Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere 10 - Error Messages » Database Error Messages » Alphabetic list of error messages

Invalid recursive query Next Page

Invalid reference to or operation on constraint '%1'


Item

Value

Constant

SQLE_INVALID_CONSTRAINT_REF

ODBC 2 State

S0002

ODBC 3 State

42S23

Parameter 1

Name of the constraint can not be used for the specified purpose.

Severity

16

SQLCODE

-937

SQLSTATE

42U06

Sybase error code

13550

Probable cause

You specified an invalid operation on a constraint. For example, you tried to alter a primary key constraint.