SET-COMMIT( ) method
- Last Updated: October 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
(PAS for OE only)
Directs the transaction object to commit 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 cannot invoke this method after prior invocation of a SET-ROLLBACK( ) method during service of the same client request.