Create
To create a new table, expand the Upload Type listbox and click create.
In the Field Description Table field, type the name of the schema
and table in the host database (such as zie.ziemodel
) from
which the database server is to read the column (field) names and
column widths for the new table . This table should contain the same
number of columns as the table you want to create, and should contain
the same column names and column widths as you want to use in the
new table.
The file that you specify in the File Name field should likewise contain the same number of columns and column widths as the table that you want to create.
When the macro runtime performs the create operation, the database server creates the new table using the data from the specified file and using the column names and widths from the specified Field Description Table.