solidDB Help : solidDB reference : SQL: Statements : COMMIT
  
COMMIT
COMMIT [WORK]
Access requirements
None (other than the access rights required to run the statements in the transaction)
Usage
Use the COMMIT or COMMIT WORK statement to make changes in the database permanent and terminate the transaction. To discard the changes, use the ROLLBACK statement, see ROLLBACK.
If you do not commit a transaction explicitly and the program does not make the commit for you automatically, the transaction is rolled back. For example, the solidDB SQL Editor (solsql) does not commit transactions by default.
Go up to
SQL: Statements