The tables are stored in the DataSet object in a tables collection. You
can loop through a tables collection, or use the name of the table or the
index (position) and pull the table out of the Dataset.
> Hello Everyone,
>
> I used to be able to list and then select the tables from a data base
> using a RecordSet, but with the new ADO.NET architecture that operation
> is buried somewhere and I can't find it in the documentation or in the
> samples. I would be very grateful if any of you can provide any hints on
> how to do this.
>