Click or drag to resize

SQLConnection.ScrollConcurrency Property

X#
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 
Request Example View Source

Property Value

Type: Usual
A 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 Tip
Refer to your ODBC documentation for a description of these constants.
See Also