AdoRecordSet:CursorType Assign

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecordset Class >

AdoRecordSet:CursorType Assign

Previous pageReturn to chapter overviewNext page

Purpose

The type of cursor used in a Recordset object.

 

Prototype

ASSIGN CursorType ( lCursorType AS LONG  )  AS LONG PASCAL CLASS AdoRecordSet

 

Argument(s)

lCursorType        Long a CursorTypeEnum value. The default value is adOpenForwardOnly

 

 

See Also

AdoRecordSet, AdoRecordSet:CursorType, AdoCursorTypeEnum