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

Trigger or foreign key for table '%1' is no longer valid Next Page

Triggers and procedures not supported in runtime server


Item

Value

Constant

SQLE_PROCEDURES_NOT_IN_DESKTOP

ODBC 2 State

ERROR

ODBC 3 State

ERROR

Severity

15

SQLCODE

-275

SQLSTATE

0AW04

Sybase error code

102

Probable cause

You attempted to call a stored procedure or have modified a row in a table on which a trigger is defined and you are using the runtime server. Triggers and stored procedures are not supported in the runtime server. You must run the full server to use these features.