[Gambas-user] Result sets and the fields they contain...

Benoit Minisini gambas at ...1...
Tue Jul 25 14:56:30 CEST 2006


On Tuesday 25 July 2006 14:39, sbungay wrote:
>     I have been through the docs and I see nothing like
> Result.Field[X].Name but I do see an Exists method. Is there a way for
> the result object to tell me the names of the fields it contains?
>
> Steve.
>

You must do:

MyResult.Fields[FieldName] to get a ResultField object that will describe the 
field returned by the Result object.

Regards,

-- 
Benoit Minisini




More information about the User mailing list