| ProvideX
Data Dictionary file definitions created in NOMADS are
compatible with the ProvideX ODBC driver. Data Dictionary Maintenance is a
menu-driven utility in NOMADS that allows you to define
files by entering pertinent information for each element
(variable name, type, length, delimiter, etc
). From
this information, ProvideX builds and maintains the Data
Dictionary for your given database and creates
corresponding entries in:
| providex.ddf |
table definitions |
| providex.dde |
column
definitions |
As well,
the data dictionary for each of your data source
definitions is embedded in the corresponding physical
database file. For more information on the ProvideX Data
Dictionary, refer to the NOMADS Reference Manual.
The ProvideX ODBC driver
reads the providex.ddf file to obtain a listing of
tables/files from your Data Dictionary. As each data
source defined in the providex.ddf file is accessed, the
ProvideX ODBC driver reads its embedded data dictionary
to determine the fields and the format of the data.
Any table defined in the
providex.ddf file whose logical name begins with an
asterisk * will not
be made available to the user by the ODBC driver.
The ability to define
non-normalized data files (i.e., files with multi-format
records) is allowed in the Data Dictionary Maintenance;
however, the ODBC driver will only recognize and use the
first record format. To define non-normalized files, use
an INI Definition.
|