SQLConnection.ScrollConcurrency Property | |
A constant representing the concurrency level of the SQL connection.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ScrollConcurrency AS USUAL GET SET
public virtual Usual ScrollConcurrency { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA constant representing the concurrency level of the SQL connection.
Remarks
A constant representing the concurrency level of the SQL connection. If an invalid value is specified, the concurrency level remains unchanged.
Valid values include:
SQL_CONCUR_LOCK
SQL_CONCUR_READ_ONLY
SQL_CONCUR_TIMESTAMP (equivalent to SQL_CONCUR_ROWVER)
SQL_CONCUR_VALUES (default for most drivers)
Tip |
---|
Refer to your ODBC documentation for a description of these constants. |
See Also