defaultopenmode

String value to specify the default database open mode. The supported values are:

Mode Description
SHARED Read/write (default)
READWRITE Same as SHARED
EXCLUSIVE Exclusive
READONLY Read-only
Default Value
If the defaultopenmode option is not defined, the default value of READWRITE is used.
Example
defaultopenmode=READWRITE
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.