ODBC - Getting table names ?
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Hello all, I want to get access to some databases which are registered in Windows with ODBC. I already managed to get the registered database names, files, servers... everything. What I am now missing is how I could get the table names of those databases?? I can open an OdbcConnection to any of those databases, but I cannot read anything out of them because I dont know the table names which are in those databases. So, how can I programmatically get the table names of a database where I already have an OdbcConnection successfully established and open? Thanks for any help. Best regards, Bertram Weckmann