This window serves for setting and executing of the operation of adding a table to an external database, and also for changing characteristics of an EDB table created before. The added table corresponds to a basic table (TABLE) of the external data source.
Work with the wizard is organized as a set of successive steps to each of which a separate wizard page corresponds. Switching between steps is performed using buttons Next> and <Back.
Serves for specifying name and type of the table being added. | |
Serves for specifying set of columns (fields) of the table. | |
Serves for specifying a primary key for the table being added, which allows to uniquely identify each record. | |
Serves for specifying additional unique keys of the table being added. | |
Serves for specifying foreign keys of the table being added which are used in the operations of joining tables. | |
Serves for specifying indexes of the table which allows to considerably accelerate searching. | |
Serves to view and, perhaps, to modify the text of a SQL expression generated by the system. | |
Displays messages about the result of performing operation of adding of changing the table. |
Next> | Proceeds to next page of the wizard. |
<Back | Returns to the previous page of the wizard. |
Execute | Completes addition or changing of EDB table. |
Cancel | Closes the window. |
Adding EDB table as a base table in data source