Click or drag to resize

SQLConnection.AccessMode Property

X#
A constant representing the SQL connection's access mode.

Namespace:  VO
Assembly:  VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY AccessMode AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
A constant representing the SQL connection's access mode.
Remarks
Tip Tip
The access mode can only be changed if the current connection is not busy. If an invalid value is specified, the access mode remains unchanged. Possible values include SQL_MODE_READ_ONLY and SQL_MODE_READ_WRITE (default for most drivers).
Tip Tip
Refer to your ODBC documentation for a description of these constants.
See Also