Sybase Error – COMMIT/ROLLBACK not allowed within trigger actions

In this blog post, you’ll learn more about the Sybase Error COMMIT/ROLLBACK not allowed within trigger actions and the reason for receiving this error

Sybase SQL Error Message

COMMIT/ROLLBACK not allowed within trigger actions

Reason for this Error

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.