Vince,
I dont understand how this can be a "feature" of the API, its not how I would expect the results of an SQL to appear.
So I guess what your saying is that I iterate through the EnumRows and populate a table with only the fields that I have to parse from the select clause, is that correct?
The difficult part is then parsing the select clause, the fields could have aliases, SQL functions, etc., These all need to be catered for. I also assume that iterating through a large number of EnumRows might have some performance impact.
Is there any examples around of what you have suggested?
Thanks
Mark