First Steps
| [Previous] [Main] [Next] |
1. | Create a new project in the Delphi/Kylix IDE.
|
2. | Add a TTdbTable component to your form for each database table you need.
|
3. | Open the component menu of each TTdbTable component and select Create Table to define the table schema.
|
4. | Set the Active property of the TTdbTable component to true, to open the database table.
|
5. | Be sure to have the windows\lib? or linux/lib? subdirectory of your TurboDB installation folder included in the Delphi or Kylix search path.
|
|