Used to automatically commit each update, insert or delete statement by database server.
property AutoCommit: boolean;
When True and Connection.AutoCommit is True, each update, insert or delete statement is automatically committed by database server.