AdoDbTransactionCommit

<< Click to Display Table of Contents >>

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

AdoDbTransactionCommit

Previous pageReturn to chapter overviewNext page

FUNCTION AdoDbTransactionCommit() AS LOGIC

RETURN DBINFO(DBI_COMMITTRANS)

 

Returns TRUE when a transaction was active and the transaction has been committed

 

Please note:

Transactions are handled at the connection level. All tables for the same connection are included in the transaction, and a commit will save the changes to all tables of the connection