<< Click to Display Table of Contents >> AdoRecordset:FieldGet() |
![]() ![]() ![]() |
The FieldGet method allows you to directly read field values, without having to use the fields collection
METHOD FieldGet( 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:Collect, AdoRecordSet:FieldPut()