FAQ
Members List
Calendar
Mark Forums Read
Query for reading tablenames from database
dbTalk Databases Forums
Databases
comp.database.ms-access
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.
Thread Tools
Display Modes
#
1
Posts: n/a
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?
#
2
Jeroen Gouma
Posts: n/a
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?
Jeroen Gouma
«
Previous Thread
|
Next Thread
»
Thread Tools
Show Printable Version
Email this Page
Display Modes
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
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.
Contact Us
-
dbTalk Databases Forums
-
Archive
-
Top