ODBC
Using CONNECT, DISCONNECT, COMMIT, and ROLLBACK
The following table lists each transaction management statement and
describes how it works when you use the ODBC interface to connect to a
database:
|
Statement |
Description |
|---|---|
|
CONNECT |
Establishes the database connection. After you assign |
|
DISCONNECT |
Terminates a successful connection. When a DISCONNECT |
|
COMMIT |
Applies all changes made to the database since the |
|
ROLLBACK |
Undoes all changes made to the database since the |
See also