Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

New in 12.3: Scripts for Migration from InterBase Express to FireDAC

refind github cover

Today the primary focus for RAD Studio database access is on the FireDAC universal database access library. Given in the past Delphi and C++Builder also included other database engines, and they still include a few alternative options, Embarcadero has been creating scripts and helper units to simplify the migration from other database access libraries to FireDAC.

The ReFind Tool

The tool we use for migration is called ReFind (short for Regular Expression Find and Replace) and it has been available for some time. You can find the documentation of this tool at 

https://docwiki.embarcadero.com/RADStudio/Athens/en/ReFind.exe,_the_Search_and_Replace_Utility_Using_Perl_RegEx_Expressions 

refind docwiki

The tool started by offering migration from AnyDAC (FireDAC predecessor library), followed by migration from BDE, later dbExpress and dbGo (for ADO), and now InterBase Express, the InterBase specific data access library we ship in RAD Studio. 

Each script is a collection of rules to be applied, like the following to replace all “TQuery” with “TFDQuery” in Pas files:
[crayon-67ee2f03a4335544991059/]
The tool ships with the product, while the migration scripts (which you can customize and adapt to the coding style of the project you want to convert) are available in the demos folder, and also on GitHub at:

https://github.com/Embarcadero/RADStudio12Demos/tree/main/Object%20Pascal/Database/FireDAC/Tool/reFind (see also the image below)

Notice that while the scripts do a lot of conversion work, they are augmented by extra classes, which help address differences in naming and parameters, working as a “facade” between the original API and the new one.

ReFind for InterBase Express (IBX)

The new feature in 12.3 is a new migration script from InterBase Express to FireDAC. What is InterBase Express (or IBX)? You can read about the library on docwiki at:

https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Getting_Started_with_InterBase_Express 

This is a library that’s still and we plan to keep in the product, but offering a migration path to FireDAC can help you leverage the many sophisticated features FireDAC offers. 

How do you use this migration tool?

More FireDAC Features in RAD Studio 12.3

This is not the only feature added to FireDAC in the 12.3 release. We also added:

Notice that a number of these drivers and the related features are available only in the Enterprise and Architect versions of RAD Studio, not in the Professional one.

Happy Database Coding

Database access remains a core, fundamental feature of Delphi, C++Builder and RAD Studio and our focus on continuous improvement to the database RTL and FireDAC remains steady. Combined with our REST and HTTP client library and cloud access features (including the third party AWS SDK for Delphi, available in GetIt to our Enterprise and Architect customers).

Exit mobile version