AdoServer:GetData()

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoServer Class >

AdoServer:GetData()

Previous pageReturn to chapter overviewNext page

Purpose

Get the RAW contents of a field that is identified by its position.

 

Prototype

METHOD GetData (  uFieldID ) AS USUAL CLASS AdoServer

 

Argument(s)

<uField>        The position/name/symbol of the required field

 

 

Description

If the column is of type AdChapter, an object of type AdoRecordSet() is returned

 

Note

The return value of DateTime fields depends on a global setting that can be changed with the AdoDateTimeAsDate() function. If this flag is TRUE a Date value will be returned, else an object of type AdoDateTime

 

See Also

AdoServer, AdoServer:FieldPut(), AdoServer:FieldGet(), AdoDateTimeAsDate(), AdoDateTime