SQLConnection.AccessMode Property | |
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
public virtual Usual AccessMode { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA constant representing the SQL connection's access mode.
Remarks 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 |
---|
Refer to your ODBC documentation for a description of these constants. |
See Also