Are there any negative consequences when a single-user application uses only one IB transaction, which is active as long as the program is running? Using only CommitRetaining and RollbackRetaining.
Reference Information. I want to use IBQuery and connect them to a DB grid (DevExpress), which immediately loads all the records into memory. Therefore, I want to avoid re-fetching all the data after every SQL insert command. IBTransaction.Commit will close the data set.
source
share