SQLConnection.AccessMode Property (Typed) | |
A constant representing the SQL connection's access mode.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY AccessMode AS LONG GET
public virtual int AccessMode { get; }
Request Example
View SourceProperty Value
Type:
LongA 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