SAP Adaptive Server Enterprise Using CONNECT, COMMIT, DISCONNECT, and ROLLBACK
The following
table lists each transaction management statement and describes how
it works when you use the SAP Adaptive Server Enterprise interface
to connect to a database:
Statement |
Description |
---|---|
CONNECT |
Establishes the database connection. If AutoCommit is true, PowerBuilder does not start a transaction. |
COMMIT |
COMMIT terminates the logical unit of If AutoCommit is false (the default), a COMMIT TRANSACTION If AutoCommit is true, the COMMIT is issued but has no effect because |
DISCONNECT |
Terminates a successful connection. DISCONNECT automatically If AutoCommit is false, a COMMIT TRANSACTION executes automatically |
ROLLBACK |
ROLLBACK terminates a logical unit of If AutoCommit is false, a ROLLBACK TRANSACTION executes, then If AutoCommit is true, a ROLLBACK TRAN executes but has no |