AdoRecordset:Collect

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

AdoRecordset:Collect

Return to chapter overview

Purpose

The collect property allows you to directly read or write field values, without having to use the fields collection

 

Prototype

ACCESS Collect (  uIndex AS USUAL  )  AS USUAL 

 

Argument(s)

uIndex        String or Numeric position indicating the field to read (Default = 1-based)

 

 

See Also

AdoRecordset, AdoField:Value, AdoRecordSet:FieldGet()