Permanently stores updates, insertions, and deletions of data associated with the current transaction, and ends the current transactions. Syntax: procedure Commit; Description: Call Commit to permanently store to the database server 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.
See also: StartTransaction, Rollback methods, InTransaction property |