How to completely reload a TFDManager in C++ Builder?

112 views Asked by At

In my C++Builder application, i'm trying to do a configuration form where the user could change the database that FireDAC uses on runtime, to do that, i'm editing the FDConnectionDefs.ini file and saving it. So far it works using RefreshConnectionDefFile, but if i used the database once in my runtime, it won't reload and i have to close the program for the changes to actually being applied to my DB usage. How can i completly reload my TFDManager ?

0

There are 0 answers