QT5.6 and Postgres 9.5 "driver not loaded
Unsolved
General and Desktop
-
i'm using QT 5.6 Community and trying to connect to Postgres 9.5 database but the qt fire "driver not loaded error" . the qt bin folder have the postgres libs psql plugin is installed with the qt and i added the qt bin and postgres bin pathes to PATH and still not working
-
Hi and welcome to devnet,
One thing you can do is use Dependency Walker to check whether all dependencies are met for the PostgreSQL plugin.
What Qt package did you install ?
-
QT 5.6 community for windows 64
-
Which one ? There's at least three different packages for the various compilers available on Windows.
-
msvc2015-64
-
Did you check that the PostgreSQL you installed is also built with that version of Visual Studio and in 64 bit ?