Click or drag to resize

SQLConnection.PositionOps Property

X#
A logical value representing whether the driver supports positioned operations

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

Property Value

Type: Usual
A logical value representing whether the driver supports positioned operations
Remarks
A logical value representing whether the driver supports positioned operations (i.e., the use of the cursor in positioned updates and delete statements). If the driver doesn't respond to the inquiry about positioned operations, the default setting is TRUE.
See Also