IDAConnection.BeginTransaction Method
From RemObjects Software
This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.
Overview
Starts a new transaction for the current connection. After this call, all subsequent changes to the database will be isolated in a new transaction and are not applied to the physical database right away. Only when the transaction is commited though a call to CommitTransaction, the changes are made permanent.
Declaration
function BeginTransaction: integer; safecall;
See Also
Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)
Lists — Glossary — Features — How To — Drivers — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | Data Abstract | Architecture | Method | Delphi
