access_asp thread: Retrieve tables
Hi, We have a system table called sysobjects in Microsoft SQL Server which when queried lists all objects in that particular database. How to retrieve all the tables in one particular database after opening the particular mdb file (i.e.,) I want to get the list of all tables just like select * from sysobjects in SQL Server. I am using ADO to retrieve the same. Please help. Deepak Kumar Vasudevan
|





