Description of How to get list of tables in a database :
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.