<< Click to Display Table of Contents >>

Purpose

The FieldPut method allows you to directly write field values, without having to use the fields collection

 

Prototype

METHOD FieldPut( 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:FieldGet(), AdoRecordSet:Collect