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

Benoit Minisini gambas at ...1...
Tue Jul 25 15:32:33 CEST 2006


On Tuesday 25 July 2006 15:20, sbungay wrote:
>   I was afraid that was the only method.
>   Does this not limit the flexability of what can be done with the
> Result?
>
> For example something like this
>
> X = ResultSet[ResultSet.Field[X].Name]
>

??? I don't understand that line.

Anyway, you can enumerate fields by name or by index.

'MyResult[3]' is the same as 'MyResult[MyResult.Fields[3].Name]', if this is 
what you need.

Regards,

-- 
Benoit Minisini




More information about the User mailing list