"COMMIT/ROLLBACK not allowed within trigger actions"
| Item |
Description |
|
SQLCode
|
-273L
|
|
Constant
|
INVALID_TRIGGER_STATEMENT
|
|
SQLState
|
2D501
|
|
ODBC 2 State
|
37000
|
|
ODBC 3 State
|
42000
|
|
Sybase Error Code
|
2152
|
|
Severity Code
|
15
|
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.