How can I migrate from C++ XE3 to XE7 with FireDAC?

439 views Asked by At

I have an app writen in C++ Bulder XE3 and now i want to upgrate to XE7. But I use FireDAC for connection with PostgreSQL and in XE3 the connection is called ADConnection and query ADQuery and in XE7 FDConnection and FDQuery. I what to find an easy way to do so, without rewrite everything. Thanks for your time.

1

There are 1 answers

2
Copilot On

In the documentation is an article that explains everything in detail what you have to do: Migrate AnyDAC to FireDAC. In short, there is a tool 'refind' that comes with the installer of XE7 and does the conversion for all the 'AD'-components to 'FD'-components. I did this for several programs, and it works really good, almost no manual work has to be done.