Display the tables of a database

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

Guest

How do I display the tables of a database in a list box?

Thanks,

dave
 
Dave,

That depends on what database you are connecting to. The answer is
going to be provider specific, meaning depending on the type of provider
that you are using, (and if the provider itself supports multiple databases,
like OleDb), then you will have to issue the command to get this
information, and then populate the listbox with it.

What kind of database are you using?
 

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