COMMIT
note
This article is about the COMMIT statement as part of the SQL syntax that USoft supports.
COMMIT
Commits data changes of the current transaction to the RDBMS so that they become visible to other users and can no longer be rolled back. These data changes include any knock-on data changes causes by constraints having been triggered during the current transaction.
Syntax
COMMIT
tip
This statement activates table constraints with Deferred = Post Commit (if any).