If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
How to get table name, PK field, FK field from SQL Server Datbase
I'm using VB to write a application to call SQL server database.
i'm using ADO-ODBC to connect to the database.
How can i get all the table name from the database, and also how can i get the primary key field, foriegn key field from a given table?