Is there a tool that automates BDE to FIBPlus conversion?
Fast, flexible and high-performance component library for Delphi, C++ Builder and Kylix intended for work with InterBase and Firebird using Direct InterBase API.
Question: Is there a tool that automates BDE to FIBPlus conversion? Are there any best practices to keep in mind? Answer: The migration from BDE to FIBPlus cannot be automated completely, as the ideology of both products differs too much. In general we recommend:
If you use TDatabase, replace it by TpFIBDatabase,
Replace TQuery and TUpdateObject by TpFIBDataset
Replace Ttable by TpFIBDataset
As BDE has no components for transaction control, you should think thoroughly how many TpFIBTransaction you will need and how to use them.