Data Dictionary Creation - Import MethodThe FairCom Data Dictionary can be created with the FairCom import utility, import.exe using a text-based script with the following layout: DATABASE d_name TABLE alias_name1(\path\file1_name1) TABLE alias_name2(\path\file2_name2)
The following example shows one database view (FAIRCOM.DB) and four file members (CUSTOMERS, ORDERS. ORDER_DETAIL, and ITEMS): DATABASE FAIRCOM.DB TABLE CUSTOMERS(c:\FAIRCOM\ODBC\32bit\sample\CUSTMAST.DAT) TABLE ORDERS(c:\FAIRCOM\ODBC\32bit\sample\CUSTORDR.DAT) TABLE ORDER_DETAIL(c:\FAIRCOM\ODBC\32bit\sample\ORDRITEM.DAT) TABLE ITEMS(c:\FAIRCOM\ODBC\32bit\sample\ITEMMAST.DAT) |
|||