First Steps
|
Previous Top Next |
1. | Create a new project in the 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\delphiX, windows\cbX or linux/ylixX subdirectory of your TurboDB installation folder included in the Delphi or Kylix search path. (Replace the X by your version of Delphi, C++ Builder or Kylix.)
|