Carl Efird 0 Posted yesterday at 03:32 PM I had Delphi 11 and 12 installed. To regain some disk space, I uninstalled Delphi 11. Now TFDConnection in Delphi 12 IDE cannot find any of the connection defined in FDConnectionDefs.ini even though FDConnectionDefs.ini is unchanged and in its original location. How do I fix this problem? Share this post Link to post
corneliusdavid 220 Posted yesterday at 04:13 PM I was going to say, look in your "public documents" folder under Embarcadero\Studio\FireDAC (e.g. C:\Users\Public\Documents\Embarcadero\Studio\FireDAC) to see if there are backups of the connection definitions. But then I re-read your question and you said the .ini file is unchanged. I guess I'd look in the Windows registry under HKEY_CURRENT_USER\Software\Embarcadero\FireDAC and make sure those paths and filenames look proper. Share this post Link to post
Carl Efird 0 Posted 31 minutes ago I exported HKEY_CURRENT_USER\Software\Embarcadero\FireDAC from a laptop with just Delphi 12 and imported the file on the machine with the problem. No change in TFDConnection. Share this post Link to post