When connecting to a CUBRID database, you can setup options to be used for the connection lifecycle (unless explicitly changed later):
For example, by default, the auto-commit is set to ON. See SELECT_AUTO_COMMIT for more information. If you want to set it to OFF, you should use the following code:
conn.Open(); conn.SetAutoCommit(false);
Note: The connection parameters are also accessible from the Visual Studio Properties window:
