AdoDbTransactionRollBack
<< Click to Display Table of Contents >> AdoDbTransactionRollBack |
![]() ![]() ![]() |
FUNCTION AdoDbTransactionRollback() AS LOGIC
RETURN DBINFO(DBI_ROLLBACKTRANS)
Returns TRUE when a transaction was active and the transaction has been rolled back
Please note:
•Transactions are handled at the connection level. All tables for the same connection are included in the transaction, and a rollback will rollback the changes to all tables of the connection