The SET COMMIT statement is used to switch on/off AUTOCOMMIT.
With Adabas SQL Gateway, a database transaction (which can consist of one more SQL statements for data manipulation) remains open until an SQL statement for schema definition and manipulation or a COMMIT statement is issued. If a
ROLLBACK statement is executed, or if the SQL connection is terminated and the transaction is not explicitly terminated (which implies an implicit ROLLBACK statement), all changes that were applied to the database during the transaction will not be applied.
The SET AUTOCOMMIT statement is not part of the ANSI standard.
None.