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

sbungay sbungay at ...981...
Tue Jul 25 15:31:41 CEST 2006


   Hmm.. thought I tried that and got an error.. else I would nt have 
asked... let me do that again.....

Benoit Minisini wrote:
> 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,
> 




More information about the User mailing list