Viewing Schema of an Access .MDB File

G

Guest

I am using VB.NET, and have experience coding to open an Access .MDB file for
retrieving/updating data. But I would like to be able to get at the schema
of the database - see the tables list, list of fields for each table, etc.
Specifically, I eventually need to see the linked tables from within an .MDB
file, and determine what is the source of the linked table (similarly to how
you can view this information from within Access when you choose
Tools->Database Utilities->Linked Table Manager).

Is there a KB article which could step me through this?

- Thanks,

JRD
 
G

Guest

None of this seems applicable in my VB.NET environment. Both of the
referenced articles have to do w/coding in pre-.NET, and I am having trouble
finding something that is equivalent in .NET. Are there some similar
articles for the .NET environment?

- Thanks,

JRD
 
Joined
Oct 28, 2010
Messages
1
Reaction score
0
=?Utf-8?B?Sm9obiBSLiBEb3VnaGVydHk=?= said:
I am using VB.NET, and have experience coding to open an Access .MDB file for
retrieving/updating data. But I would like to be able to get at the schema
of the database - see the tables list, list of fields for each table, etc.
Specifically, I eventually need to see the linked tables from within an .MDB
file, and determine what is the source of the linked table (similarly to how
you can view this information from within Access when you choose
Tools->Database Utilities->Linked Table Manager).

Is there a KB article which could step me through this?

- Thanks,

JRD
I am using VB.NET, and have experience coding to open an Access .MDB file for
retrieving/updating data. But I would like to be able to get at the schema
of the database - see the tables list, list of fields for each table, etc.
Specifically, I eventually need to see the linked tables from within an .MDB
file, and determine what is the source of the linked table (similarly to how
you can view this information from within Access when you choose
Tools->Database Utilities->Linked Table Manager).

Is there a KB article which could step me through this?

- Thanks,
 

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

Top