6.14. CommitTransaction

[<<<] [>>>]

bdb::CommitTransaction

This command commits the transaction started using the command bdb::BeginTransaction. When this command is executed all the alterations are done on the database that the program performed since the transaction begin and all locks are released, so other programs may get access to the records.


[<<<] [>>>]