TurboDB VCL Component Library

Creating a Table at Design-time

Previous  Top  Next

There are different ways to create a database table. You can use the features built-in in the Delphi IDE, you can use the visual TurboDB Viewer or you can use the text-based TurboDB Workbench utility.

To create a database table using the built-in IDE features you have to:

1.Drop a TTdbTable component onto a form or data module
2.Right-click on it and select the New Table command
3.Edit the table columns and build the table.

To create a database table using the visual TurboDB Viewer application:

1.Open the TurboDB Viewer from your Delphi tools menu or the start menu.
2.Select the Database/New/Table... command
3.Edit the table columns and build the table.