AdoRecordSet:CursorType Access

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecordset Class >

AdoRecordSet:CursorType Access

Previous pageReturn to chapter overviewNext page

Purpose

The type of cursor used in a Recordset object.

 

Prototype

ACCESS CursorType  AS LONG PASCAL CLASS AdoRecordSet

 

Return

LONG        a CursorTypeEnum value. The default value is adOpenForwardOnly

 

See Also

AdoRecordSet, AdoRecordSet:CursorType, AdoCursorTypeEnum