MS Access DB structure

  • Thread starter Thread starter RS
  • Start date Start date
R

RS

I need to find out the structure of MS Access database; tables, queries and
so on. How can I do that?

Direction or sample code would work.

Thanks to everyone in advance.
 
I need to find out the structure of MS Access database; tables, queries
and
so on. How can I do that programmaticly with C# or VB.NET?

Direction or sample code would work.

Thanks to everyone in advance.
 
¤ I need to find out the structure of MS Access database; tables, queries
¤ and
¤ so on. How can I do that programmaticly with C# or VB.NET?
¤
¤ Direction or sample code would work.
¤
¤ Thanks to everyone in advance.

Responded to in previous post.


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
You could try adding a reference to Microsoft DAO 3.6 Object Library and
working through the DAO Object model
 
Back
Top