If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > A list of progress tables

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-09-03, 09:14
eyalxx eyalxx is offline
Registered User
 
Join Date: Dec 2003
Posts: 3
A list of progress tables

Hi all,

Does anybody know how can get a list of all tables in a database ?

Thanks a lot
Eyal
Reply With Quote
  #2 (permalink)  
Old 12-10-03, 09:44
brbogdan brbogdan is offline
Registered User
 
Join Date: Nov 2003
Location: Lomza, POLAND
Posts: 81
Re: A list of progress tables

Quote:
Originally posted by eyalxx
Hi all,

Does anybody know how can get a list of all tables in a database ?

Thanks a lot
Eyal
Hi.
If you need to display tables that belongs
to your logical schema only you can use:

FOR EACH _File
WHERE _File-number > 0 AND
_Owner = "PUB" AND
_File-num < 32767 NO-LOCK
BY _File-name:
DISPLAY _File._File-name.
END.

Regards
Bogdan.
Reply With Quote
  #3 (permalink)  
Old 12-15-03, 01:47
eyalxx eyalxx is offline
Registered User
 
Join Date: Dec 2003
Posts: 3
Thumbs up Thanks

Thank you

Eyal
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On