Informix
using CONNECT, COMMIT, DISCONNECT, and ROLLBACK
This table lists each transaction management statement and describes
how it works when you use the Informix IN9 interface to connect to a
database:
|
Statement |
Description |
|---|---|
|
CONNECT |
Establishes the database connection. After you assign |
|
COMMIT |
Terminates the logical unit of work, guarantees that |
|
DISCONNECT |
Terminates a successful connection. DISCONNECT |
|
ROLLBACK |
Terminates a logical unit of work, undoes all changes |
See also