Jump to content

Carl Efird

Members
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Carl Efird

    TFDConnection cannot find FDConnectionDefs.ini

    I fixed it by reinstalling Delphi 12
  2. Carl Efird

    TFDConnection cannot find FDConnectionDefs.ini

    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.
  3. 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?
  4. I ran into this a while back. I vaguely remember reading that it is due to a limitation of the SQL Server client which is installed as part of Office, something about multiple cursors. I found 2 solutions 1 - install and use the SQL Server Native Client 2 - force retrieval of all records for each query from the server, i.e. use FDQuery's FetchAll method after opening/executing the query. Since our system administrator does not want to install the Native Client on all machines, I opted to use the second solution.
×