AdoRecordset:Collect Assign

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecordset Class >

AdoRecordset:Collect Assign

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

ASSIGN Collect ( uValue AS USUAL, uIndex AS USUAL )  AS USUAL PASCAL CLASS AdoRecordset

 

Argument(s)

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

uValue        Usual value to assign

 

 

See Also

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