TurboDB VCL Component Library

Upgrading a Minor Version

Previous  Top  Next

After upgrading from a minor version of TurboDB you should process the following steps to ensure that your applications will be build with the new version.

1.Activate the components:
If not already done during the setup of TurboDB, activate the components by running the activator tool in the installation directory. Ensure that the Delphi/C++Builder IDE is closed during activation. You can check the activation by right clicking any TurboDB component and take a look at the license information in the About TurboDB dialog.
2.Check the search path:
Delphi/C++ Options
The library path in Delphi/C++ should contain the full path to the installed TurboDB components or a environment variable $(TurboDB6). If $(TurboDB6) is included then check the Delphi environment variables whether $(TurboDB6) holds the full path to the installed TurboDB components. Remove all references to older versions of TurboDB
Project Options
Check your projects whether the search path differs from the IDE defaults. Add the full path to the installed TurboDB components, if not already set in the default options. Remove all references to older versions of TurboDB
3.Check version changes:
Open the readme file to see the changes in this version. Process the modifications to your projects or data that are described there (if any).
4.Rebuild your project:
To ensure that the upgraded components are used, you have to rebuild your projects, compiling is not sufficient.