Collection Contents Index COMMIT/ROLLBACK not allowed within atomic operation Next PDF

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

COMMIT/ROLLBACK not allowed within trigger actions


Item

Value

Constant

SQLE_INVALID_TRIGGER_STATEMENT

ODBC 2 State

37000

ODBC 3 State

42000

Severity

15

SQLCODE

-273

SQLSTATE

2D501

Sybase error code

102

Probable cause

You attempted to execute a statement that is not allowed while performing a trigger action. COMMIT and ROLLBACK statements cannot be executed from a trigger.


Collection Contents Index COMMIT/ROLLBACK not allowed within atomic operation Next PDF