To select the list of tables of a database

chandan.deo

New Member
Hi Everyone !!!

I need help on Progress 4GL statement which could display all the tables list available in the selected database .

with regards,
 
Thanks a lot for the reply. I currently use Progress 10.1 A and needed there.

I used :

for each _file where not _hidden no-lock:
disp _file-name.
end.
 
Back
Top