IgnoreTransactions

Key Name Default Value Required

IgnoreTransactions

0

No

Description

This option determines whether the connector ignores attempts to perform transactions, and supports connections where auto-commit mode is disabled in the client application.

  • 1: The connector ignores attempts to perform transactions, and supports connections where auto-commit mode is disabled in the client application. However, the connector does not execute the begin or commit functions even if they are explicitly called.
  • 0: The connector does not ignore attempts to perform transactions. If auto-commit mode is disabled in the client application and a transaction is attempted, the connector returns an error.
Important:

Important:

Regardless of whether auto-commit mode is enabled, the connector does not wait for commit operations to complete, and always executes queries immediately.