<< Click to Display Table of Contents >> AdoRecordset:Collect Access |
![]() ![]() ![]() |
The collect property allows you to directly read or write field values, without having to use the fields collection
ACCESS Collect ( uIndex AS USUAL ) AS USUAL PASCAL CLASS AdoRecordset
uIndex Symbol, String or Numeric position indicating the field to read (Default = 1-based)
AdoRecordset, AdoRecordSet:Collect, AdoField:Value, AdoRecordSet:FieldGet()