AdoRecordset:Collect Access

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecordset Class >

AdoRecordset:Collect Access

Previous pageReturn to chapter overviewNext page

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 PASCAL CLASS AdoRecordset

 

Argument(s)

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

 

 

See Also

AdoRecordset, AdoRecordSet:Collect, AdoField:Value, AdoRecordSet:FieldGet()