dbTalk Databases Forums  

Query for reading tablenames from database

comp.database.ms-access comp.database.ms-access


Discuss Query for reading tablenames from database in the comp.database.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
 
Posts: n/a

Default Query for reading tablenames from database - 09-11-2005 , 05:47 PM






Does anyone now or it's possible to read tablesnames from a database using
sql?



Reply With Quote
  #2  
Old   
Jeroen Gouma
 
Posts: n/a

Default Re: Query for reading tablenames from database - 09-12-2005 , 03:41 AM






SELECT MSysObjects.Name
FROM MSysObjects
WHERE (((MSysObjects.Type)=4));

Activate the view of the hidden system-tables via the options-menu.

Greetz,

Jeroen

On Mon, 12 Sep 2005 00:47:16 +0200, <automailer (AT) it-products (DOT) nl> wrote:

Quote:
Does anyone now or it's possible to read tablesnames from a database using
sql?



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.