Display a table in a ms access .mdb in a datagridview

  • Thread starter Thread starter neilsanner
  • Start date Start date
N

neilsanner

Hi,

I would like to, at runtime, beeing able to choose a table from a .mdb
(microsort access) database and display it in a dataGridView.

Is this possible? Any ideas?

neilsanner
 
Yes, with some additional coding.
All you have to remember is that opening a data source (in this case MDB)
translates to "using partially modified connection string". With assumption
that these MDB's will have predefined, identical structure (same data
columns).
 

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