Possible values: true and false.
Default value: true.
File: configuration file.
Context: Database.
Disables DODS to change value of, database connection, 'autocommit' property.
Prior to version 3.23, MySQL does not support transactions, and therefore does not support explicit commit (they use autocommit by default after any SQL command). To use MySQL versions 3.22 and earlier, you have to make change to application configuration file. You will need to set parameter ‘ChangeAutocommit’, of logical database, to ‘false’ .
Example:
DatabaseManager.DB.<database_name>.ChangeAutocommit=false