shun 0 Posted October 16 Environment: C++Builder version: 5.0.12.34 OS: Windows 10 Pro Currently, I am using BDE to connect to the database. As I am planning to update C++Builder to a newer version, I should migrate to FireDAC. What steps should I follow to achieve this? Share this post Link to post
corneliusdavid 220 Posted October 16 This will be a good starting point: https://docwiki.embarcadero.com/RADStudio/Athens/en/Migrating_BDE_Applications_to_FireDAC I'm working on a team, migrating several dozen Delphi apps using the BDE to FireDAC and found the reFind utility to help a lot; it even has templates for the BDE-to-FireDAC migration to get you started. I expanded the template a lot to deal with several other facets of our internal migration needs. 1 Share this post Link to post
shun 0 Posted October 16 Thank you for the useful link! I appreciate the suggestion about the reFind utility—it sounds like a helpful tool. It's good to know it has templates for BDE-to-FireDAC migration. Share this post Link to post