Commit method

Applies to
TIB_Transaction

Declaration
Procedure Commit;

Description
This method causes a commit and the current transaction is totally ended, both the logical and physical aspects of the transaction. It also posts any pending edits, inserts and deletes prior to doing the commit.

This method also causes the datasets to all be closed by default. There is the CommitAction property on datasets that determines what behavior they should take when their physical transaction is ended. It may be desirable for some datasets to remain open in spite of the end of the transaction. This allows for that to happen.