简体   繁体   中英

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

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM