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. After you assign If AutoCommit is true, |
|
COMMIT |
COMMIT terminates the logical unit of work, If AutoCommit is false If AutoCommit is true, the COMMIT is issued but |
|
DISCONNECT |
Terminates a successful connection. DISCONNECT If AutoCommit is false, a COMMIT |
|
ROLLBACK |
ROLLBACK terminates a logical unit of work, undoes If AutoCommit is false, a ROLLBACK TRANSACTION If AutoCommit is true, a ROLLBACK TRAN |
See also