anandknr
Member
Hi all,
I need to list all the tables and its fileds in my db.
I know table names are in _file table and field names in _filed table.\but i don't have a common filed in both to join .
FOR EACH _File WHERE _File-number > 0
AND _Owner = "PUB"
AND _File-num < 32767 NO-LOCK
BY _File-name:
FOR EACH _Field WHERE _File-recid = _For-Id :
DISP _Field-Name _File._File-name WITH 2 COL .
END.
END.
Please help
I need to list all the tables and its fileds in my db.
I know table names are in _file table and field names in _filed table.\but i don't have a common filed in both to join .
FOR EACH _File WHERE _File-number > 0
AND _Owner = "PUB"
AND _File-num < 32767 NO-LOCK
BY _File-name:
FOR EACH _Field WHERE _File-recid = _For-Id :
DISP _Field-Name _File._File-name WITH 2 COL .
END.
END.
Please help