<< Click to Display Table of Contents >> AdoServer:GetData() |
![]() ![]() ![]() |
Get the RAW contents of a field that is identified by its position.
METHOD GetData ( uFieldID ) AS USUAL
<uField> The position/name/symbol of the required field
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
AdoServer, AdoServer:FieldPut(), AdoServer:FieldGet(), AdoDateTimeAsDate(), AdoDateTime