Hi,
I am trying to figure out how, when I've connected to a database, I can collect all of the tables from that database, and put them into a TreeView, or ListView, or ListBox, or whatever I choose.
Ideally, I'd like to be able to list the table, and then list all fields within it, and then the field properties (i.e. string, numeric, length, etc. etc. etc.)
Can anybody point me in the right direction?
Thanks.