SQL::Connection::RollBackTransaction()
Syntax
Result_Flag as L = <SQL::Connection>.RollBackTransaction()
|
Argument |
Description |
|
Result_Flag |
TRUE (.T.) if the operation was successful; otherwise FALSE (.F.). |
|
<SQL::Connection> |
Description
The RollBackTransaction() method undoes a set of changes started with BeginTransaction(), but not yet applied with CommitTransaction().
Supported By
Alpha Five Version 8 Enterprise Edition
Limitations
Desktop applications only.
Example
Refer to SQL::Connection::BeginTransaction().
See Also