CursorLocation Property

Returns the location of the cursor service for a Recordset (ADO only). Read only.

object.CursorLocation as Integer

Note

The following settings are available for the CursorLocation property:

Settings

Description

DBUseServer

Uses a data-provider or driver-supplied cursor. These cursors are sometimes very flexible and allow for additional sensitivity to changes others make to the data source.

 

DBUseClient

Uses a client-side cursor supplied by a local cursor library. Local cursor services often will support features that driver-supplied cursors may not, so using this setting may provide an advantage with respect to features that will be enabled.

This property is only available when the Server property for the corresponding Connection object is set to DBServerADO.

See Also

DBOpen action | Open method

Applies To

Recordset object | DataGrid control | Data control


© 2004-2021 looksoftware. All rights reserved.