
Use odbc32 API calls in VB to list datasources and tables within
Read upon the ADO Catalog objects.
ADOX.Catalog
We used this object in application that was doing roughly the same thing you
detailed.
Hope this helps.
--
Ryan N.
______________
This is madness!!!
Please reply only to the newsgroups
Quote:
> Hello,
> I'm not a "newbie", I can think clearly, I know what I want to do, my
stored
> procedures (usually) work <g>, but I can't seem to put my needs into terms
> the "Search Engine Gods" can understand. Am I alone in this?
> Anyway, I want to stuff two comboboxes: the first with ODBC datasources,
the
> second with the tables within one of the selected datasources. I was able
> to populate the datasource combo, but I cannot find a method to enumerate
> the tables and stuff the second combo. Any help will be greatly
> appreciated.
> dward