Creating an Index at Designtime
[Previous] [Main] [Next]

There are some ways to create an index. You can use the features built-in in the Delphi/Kylix 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 build-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 Manage Indexes command  
3.Define the index and build it.  

To create a database table using the visual TurboDB Viewer application:
1.Open the TurboDB Viewer from your Delphi/Kylix tools menu or the start menu.  
2.Select the Table/Indexes... command  
3.Define the index and build it.  

To create a database table using the text-based TurboDB Workbench utility:
1.Open the TurboDB Workbench utility from your Delphi/Kylix tools menu or the start menu.  
2.Enter the command to create the new index (newindex).