defaulttransaction

String value to specify the default transaction. The supported values are:

  • UPDATE An update transaction (default)
  • READ A read transaction
Default Value

If the DefaultTransaction option is not defined, the default value of Update is used.

Example
DefaultTransaction=Update
SQL Options

This option key is associated with the SQL Connection Handle and can be set or retrieved using:

See also
SQL SET statements
SQLSetConnectAttr()
SQLGetConnectAttr()
Note
SQL options can also be associated with the RDM_DB handle along with the Database Configuration Options.