TurboDB VCL Component Library

TTdbDatabase.Commit

TTdbDatabase

Previous  Top  Next

Finishes a transaction and commits all modifications to the database.

Delphi syntax:

procedure Commit;

C++ syntax:

void __fastcall Commit(void);

Description

Use Commit to persist all modifications of the current transaction. The procedure throws an exception, if no transaction has been started using StartTransaction.