AdoDbTransactionRollBack

<< Click to Display Table of Contents >>

Navigation:  The Vo2Ado RDD > RDD Support Library > AdoDb() functions >

AdoDbTransactionRollBack

Previous pageReturn to chapter overviewNext page

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