0
Program used: RAD Studio XE6 (32bits).
Problem: When creating a new Desktop or Mobile project, when trying to configure the connection to any database, whether by Firedac or dbExpress, the following error occurs:
"DBX Error: Driver could not be properly initialized. Client library may be Missing, not installed properly, of the Wrong version, or the driver may be Missing from the system path."
What would be the solution to this problem?
Have you tried looking for the bank access dlls in the installation folder? may be that the path to them is not in the PATH or in the executable directory
– Caputo
where I see directories in xe6?
– mcardoso
they will be in the Lib or Bin of your Delphi installation. Hence they must be in the PATH system variable of your windows or be copied into the bin folder of your project
– Caputo