Autocommit

Instructs the adapter how to configure the driver in respect to automatic commit of SQL statements performed by the driver. Default is false. When set to true, the adapter explicitly requests the driver to enable and perform auto-commit, and when set to false the adapter explicitly requests the driver to disable and not perform auto-commit.

The corresponding adapter command is -AC (or -AUTOCOMMIT).