Name

Recordset.CursorLocation Property — (Versions 2.0, 2.1, 2.5, 2.6)

Synopsis

                     recordset.CursorLocation = cursorlocation
                  

The CursorLocation property indicates the location of the cursor service.

Datatype

CursorLocationEnum (Long)

Description

The value of the CursorLocation property can be set to one of the valid CursorLocationEnum values listed in Appendix E.

The value of the CursorLocation property is read- and write-enabled for closed Recordset objects and read-only for open Recordset objects.

A recordset returned from an Execute method inherits the value for the CursorLocation from the original object. Recordset objects automatically inherit this value from the Connection object that established it.

See Also

Command.Object Method, Connection.Execute Method, CursorLocationEnum Enumeration, Recordset.Open Method

Get ADO: ActiveX Data Objects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.