Transaction Command (ODBC Only)
Manually action database changes.
commit
Description
Use this command in conjunction with the "autocommit off" to action all pending database changes in a single step. The application must have been logged into a data source using the login command, otherwise the following error message will be displayed:
Error: Not connected to database
If the commit is success, the prompt is return, otherwise the following message will be returned:
Error: Commit failed
Note. For other database types the commit command will be passed onto the DBMS, which may have the same effect depending of the DBMS.