version 1.5
OD COMMIT (login_ID)
| Parameter | Type | Description | |
| login_ID | Longint | Connection Identifier |
Description
The OD COMMIT command sends the SQL COMMIT command for the connection login_ID.
login_ID must be a valid connection identifier.
Any pending commands are sent through the login_ID connection. Any modifications of LKdata on the Oracle server are performed (INSERT, UPDATE or DELETE) regardless of whether the commands were executed in the framework of a context, a cursor, or a call to OD Execute SQL.
This command makes permanent all changes performed in the current transaction. The data can be changed by future updates. Committing a transaction erases all save points in the transaction, ends the transaction, and releases the transaction locks.
If you want two independent transactions, you must open a separate connection for each.
See Also