Xbasic
SQL::ConnectionCommitTransaction Method
Syntax
Result_Flag as L = CommitTransaction()
Returns
- Result_FlagLogical
TRUE (.T.) if the operation was successful; otherwise FALSE (.F.).
Description
Apply a set of changes started with BeginTransaction.
Discussion
The CommitTransaction() method applies a set of changes started with SQL::Connection::BeginTransaction().
Example
Refer to SQL::Connection::BeginTransaction().
See Also