Click or drag to resize

SQLConnection.ScrollCsr Property

X#
A logical value representing whether the driver supports scrollable cursors.

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

Property Value

Type: Usual
A logical value representing whether the driver supports scrollable cursors.
Remarks
A logical value representing whether the driver supports scrollable cursors.
Tip Tip
If a driver supports scrollable cursors, the SQLSelect will use the extended positioning operations of the driver; otherwise, it will be simulated by repositioning in the buffer.
See Also