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