Creating Data Tables

It is actually built and saved in the MS Server2000/MSDE2000 via the procedures for defining "Single Field" and "Multiple Field".

Deleting Data Table

    In the list of "Existed Data Tables", select intended table or tables, then click "Delete".

Creating A new Data Table

    In the list of "Existed Data Tables", selects intended table or tables and click 'Create New'. It would create new table or tables in the database.

Deleting An Existing Data Field

    Selects the intended data field names in the "Data Fields" column, then clicks "Delete". It would delete all the selected data field names from the list.

Modifying Data Field Names

    The field 'Name', 'Data Type' and 'Data Selection' are modifiable. After modifying those items, click "Updating" to confirm the changes. However, all the changes must be made according to the MS SQL Server2000 metadata regulations.

The stage follows the creating data table is 'Define Data Fetcher'.