<< Click to Display Table of Contents >> AdoRecordSet:GetRows() |
![]() ![]() ![]() |
Retrieves multiple records of a Recordset object into an array
METHOD GetRows ( lRows AS USUAL, bmStart AS USUAL, aFields AS USUAL ) AS USUAL PASCAL CLASS AdoRecordSet
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.
ARRAY
AdoRecordSet, AdoGetRowsOptionEnum, AdoBookMarkEnum