Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us
TABSDatabase.Commit
TABSDatabase
Top 


Permanently stores updates, insertions, and deletions of data associated with the current transaction, and ends the current transaction.

procedure Commit(DoFlushBuffers: Boolean=True);

Description
Call Commit to permanently store to the database file all updates, insertions, and deletions of data associated with the current transaction and then end the transaction. The current transaction is the last transaction started by calling StartTransaction.

The optional DoFlushBuffers parameter specifies whether the commit will perofrom OS flush to disk.

Note:   Before calling Commit, an application may check the status of the InTransaction property. If an application calls Commit and there is no current transaction, an exception is raised.

Note:
   ReadCommitted isolation level is used in multi-user mode.


        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Apr 18, 2024