query odbc schema
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How do you query a odbc connection for it's list of tables?
-
How do you query a odbc connection for it's list of tables?
You don't query the connection, you query the database it is connected to, and that depends on the database. In SQL Server;
SELECT * FROM sys.Tables
only two letters away from being an asset