RAD Studio XE6 does not connect to any database!

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, either by FireDAC or dbExpress, the following error occurs:

"DBX Error: Driver could not be properly initialized."

asked by anonymous 15.08.2014 / 16:10

2 answers

1

In fact you need to go to the "FireDAC Links" components tab, and put the component in your project, corresponding to the bank you are trying to use. For example, I use PostgreSQL and put the TFDPhysPgDriverLink component in the "FireDAC Links" component tab next to the connection component.

    
21.08.2014 / 14:13
0

I had a similar problem trying to connect to a Postgre database using FireDAC in Delphi XE6.

The solution was to re-version the DLL "libpq.dll" to 9.2.2.1317.

In the normally connected Firebird.

    
18.08.2014 / 20:35