|
|
How to get list of tables in a database |
|
|
CodeProject |
|
|
ASP.NET / Database Tools |
|
|
Click to Visit |
|
|
Click to Download |
|
|
226 |
How to get list of tables in a database is a tutorial which guides you in displaying all the tables that exist in a database. Tables method of the OleDbSchemaGuid class can be used to list all the tables and views in a database. You can show only the table name by passing table as the fourth argument in the Tables method.
|