Discover How To Easily Manage Database Transactions In Delphi On Windows
December 19, 2020
To this end, the sample makes use of the following properties and methods ofIFDPhysTransaction:
TheIsolationproperty, which is used for setting up the transaction isolation level for the transactions that FireDAC manages.TheStartTransactionmethod, which is used to start a new database transaction.TheCommitmethod, which is used to permanently store…