SET-ROLLBACK( ) method
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
(PAS for OE only)
Directs the transaction object to rollback the transaction when the application server session completes the current request and returns execution to the client.
Return type: LOGICAL
Applies to: Transaction object handle
Syntax
|
If the operation is successful, the method returns TRUE. If a transaction initiating procedure is not active in the current application server session, this method returns FALSE. You also can invoke this method after prior invocation of a SET-COMMIT( ) method during service of the same client request.