The dialog box serves for creating a new table.
Table name | The input field serves for entering a name of the table being created. |
Fields | The pane of list of fields is empty at first, it contains data about fields of the table being created. The caption of the list of fields includes titles of columns in which names, types and attributes of fields are displayed. The data about the field selected in the list is displayed in the pane Field. The button Remove allows removing selected field. Before removal the system will ask for confirmation. The buttons Up and Down permit changing the order of fields in the table. |
Field | Serves for determining a new field and changing description of the field selected in the pane Fields. Input field Name contains a name of field. The field Type permits selecting field type in the drop-down list. Checkboxes Indexed, Not empty, Unique and Encrypted serve for setting field attributes. The button Add enters definition of the new field into table description. The button Change permits changing attributes and type of field selected in the list. |
OK | The button adds a table of the specified structure to GDB and closes the dialog box. All manipulations of adding, removing, renaming and changing fields do not affect GDB contents until the button OK is pushed. |
Cancel | Cancels creation of the table and closes it. |