Dsiplay tables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
How can I display a list of all the tables created in a database (.mdb
Access 2003) using VB.Net 2003
 
The easiest way is to create a DataSet from the database. The Tables
Collection will have all of the tables. In fact, the DataSet will have the
whole schema in it.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer

Presuming that God is "only an idea" -
Ideas exist.
Therefore, God exists.
 
Back
Top