Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: Retrieve tables


Message #1 by "Deepak Kumar Vasudevan" <deepak@c...> on Mon, 3 Sep 2001 09:43:34 +0530
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

  Return to Index