AdoDbTransactionBegin

<< Click to Display Table of Contents >>

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

AdoDbTransactionBegin

Previous pageReturn to chapter overviewNext page

FUNCTION AdoDbTransactionBegin() AS LOGIC

RETURN DBINFO(DBI_BEGINTRANS)

 

Returns TRUE when a new transaction has succesfully been started.

 

Please note:

Nested transactions are not allowed

Transactions are handled at the connection level. All tables for the same connection are included in the transaction.