AdoRecordset:FieldGet()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecordset Class >

AdoRecordset:FieldGet()

Previous pageReturn to chapter overviewNext page

Purpose

The FieldGet method allows you to directly read field values, without having to use the fields collection

 

Prototype

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