Hey guys, I am trying to use the module db_postgres on windows 64bit. I got libpq.dll from https://www.enterprisedb.com/download-postgresql-binaries Win x86-64 Version 9.6.6 and put this dll into my executable folder but I get run time error "could not load: libpq.dll"
Guys, could you please help me. Thanks in advance!
Hi cdome,
dependencywalker is very helpful for me! Exactly it is needed additional dependency 2 dlls for libpq.dll.
module db_postgres is working! :)
Thanks a lot!