skip to main content
Connection Property Descriptions : TransactionMode
  

Try DataDirect Drivers Now

TransactionMode

Purpose

Specifies how the driver handles manual transactions.

Valid Values

noTransactions | ignore

Behavior

If set to ignore, the data source does not support transactions and the driver always operates in auto-commit mode. Calls to set the driver to manual commit mode and to commit transactions are ignored. Calls to rollback a transaction cause the driver to return an error indicating that no transaction is started. Metadata indicates that the driver supports transactions and the ReadUncommitted transaction isolation level.
If set to noTransactions, the data source and the driver do not support transactions. Metadata indicates that the driver does not support transactions.

Data Source Method

setTransactionMode

Default

noTransactions

Data Type

String

See also

Additional Properties