version 1.5
OD ROLLBACK (login_ID)
| Parameter | Type | Description | |
| login_ID | Longint | Connection Identifier |
Description
The OD ROLLBACK command sends the SQL ROLLBACK command for a connection with login_ID connection ID.
login_ID must be a valid connection identifier.
All pending commands such as INSERT, UPDATE, or DELETE that would have resulted in data modification on the Oracle server is cancelled regardless of whether they were made within the framework of a context, a cursor, or a call to OD Execute SQL.
See Also