History |
Rollback (database connections)
Purpose
Rolls back a transaction on a data source.
This method is only available to data sources that support transactions. Rollback is not a valid operation for connections that have the AutoCommit attribute turned on.
Syntax
DBConnection.Rollback
Example
See the example for Commit.
| ||