AdoRecordSet:GetRows()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecordset Class >

AdoRecordSet:GetRows()

Previous pageReturn to chapter overviewNext page

Purpose

Retrieves multiple records of a Recordset object into an array

 

Prototype

METHOD GetRows ( lRows AS USUAL, bmStart AS USUAL, aFields AS USUAL  )  AS USUAL 

 

Argument(s)

bmStart        (Optional) A bookmark for the record from which the GetRows operation should begin. You can also use a BookmarkEnum value.

aFields        (Optional) A single field name or ordinal position or an array of field names or ordinal position numbers. ADO returns only the data in these fields.

 

 

Return

ARRAY        

 

See Also

AdoRecordSet, AdoGetRowsOptionEnum, AdoBookMarkEnum