Wrox Home  
Search P2P Archive for: Go

  Return to Index  

ado_dotnet thread: Re: Getting the Tables from a DataBase?


Message #1 by "greg robinson" <grobinson@d...> on Thu, 4 Apr 2002 22:34:28
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.
> 

  Return to Index