Autocommit and manual commit mode

Database programming interfaces can operate in either manual commit mode or autocommit mode.

Autocommit mode can affect the performance and behavior of your application. Do not use autocommit if your application requires transactional integrity.