CursorLocation Property

       

Returns or sets the location of the cursor library for the DEConnection or DECommand object.

Syntax

object.CursorLocation [=value]

The CursorLocation property syntax has these parts:

Part Description
object An object expression that evaluates to an item in the Applies To list.
value A constant or numeric expression that specifies the cursor library location.

Remarks

Any DECommand object that is associated with a DEConnection object that has this property set automatically obtains the same setting. However, the setting can be overwritten while the Recordset is closed. When the Recordset is open, this property is read-only.

This property corresponds to the ADO Command and Connection CursorLocation property.