AdoDbTransactionBegin
<< Click to Display Table of Contents >> AdoDbTransactionBegin |
![]() ![]() ![]() |
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.