Kbase P58434: How to find the field definitions for fields within VST tabl
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/12/2003 |
|
Status: Unverified
GOAL:
How to find the field definitions for fields within VST tables?
FIX:
On Windows:
You can use the Progress Data Dictionary tool. In the "View" menu there is a "Show Hidden Tables" option. If you click this, it will then enable you to also see all hidden tables (Metaschema and VST tables) within the table list.
On UNIX:
There is no easy way to view the meta schema and VST tables from the UNIX Data Dictionary. If you really must view them, then you can turn off the hidden flag for the appropriate VST table. For example:
FIND _file WHERE _file._file-name = "_MyConnection".
_hidden = no.