SQL Query: get table names
Database
3
Posts
3
Posters
0
Views
1
Watching
-
Hi How can i names of all the tables from a Microsoft Access Database? Is there any query to do it?
We Believe in Excellence www.aqueelmirza.cjb.net
-
Hi How can i names of all the tables from a Microsoft Access Database? Is there any query to do it?
We Believe in Excellence www.aqueelmirza.cjb.net
-
Hi How can i names of all the tables from a Microsoft Access Database? Is there any query to do it?
We Believe in Excellence www.aqueelmirza.cjb.net
SELECT name FROM MSysObjects where type = 1
--EricDV Sig--------- Some problems are so complex that you have to be highly intelligent and well informed just to be undecided about them. - Laurence J. Peters