Kbase P17689: How can I determine the foreign position and shadow column
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/5/2003 |
|
Status: Unverified
GOAL:
How can I determine the foreign position and shadow column within ORACLE
GOAL:
Program that shows field foreign position and shadow column within ORACLE
FACT(s) (Environment):
Oracle DataServer
FIX:
for each _file where _file-name = 'customer'.
for each _field of _file by _fld-stoff.
display _field-name
_fld-stoff LABEL "Foreign-position"
_fld-misc2[2] LABEL "Shadow Column".
end.
end.