Declaration

procedure Commit;

 
Description

This method commits a pending transaction (level). If an error occurs (e.g. deadlock detected or transaction level has been marked as corrupted) the transaction is not automatically rolled back. You have to call Rollback in that case.

For more info see the nexus manual.

 
See Also

 
StartTransaction
, StartTransactionWith, TryStartTransaction, Commit, Rollback, InTransaction, TransactionCorrupted

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes | TnxDatabase