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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top