| Syntax Color Legend |
|---|
| Command |
| Mandatory parameter |
| Optional parameter |
| Mandatory keyword |
| Optional keyword |
ROLLBACK ([<Logical datasource name>])
Reverses all modifications that have been done to the database since the previous executed commit and closes all open queries.
None
| Parameter | Description |
|---|---|
| <Logical datasource name> | Specifies the database the rollback should be performed on. When not specified the rollback will be performed on the application database. |
File transactions will not be rolled back with this command.
rollback ()
rollback ('remote_db')