Method DacSession():rollbackTransaction() Professional

Aborts a transaction.

Syntax
:rollbackTransaction() --> lSuccess
Return

This method returns .T. (true) when the transaction is rolled back successfully. Otherwise .F. (false) is returned.

Description

This method performs a rollback of started transaction. This means that all insert, delete and update operations which were issued after :beginTransaction()are voided. Rolling back a transaction leaves the database in the state that was current before the transaction was initiated.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.