PostgreSQL 3.9.13 64bit dll

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for PostgreSQL in Delphi and C++Builder
Post Reply
jaheon
Posts: 5
Joined: Tue 24 Apr 2012 06:33

PostgreSQL 3.9.13 64bit dll

Post by jaheon » Wed 13 Sep 2017 03:08

Hi,

I installed dbpgsql39.exe, but i cannot find "PostgreSql\bin\Win64" folder.

Where can i get 64bit dll file?

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: PostgreSQL 3.9.13 64bit dll

Post by azyk » Wed 13 Sep 2017 08:06

Perhaps, you installed the driver on 32-bit Windows, in this case, 64-bit dll version will not be installed. To solve the issue, install the driver on 64-bit Windows.

jaheon
Posts: 5
Joined: Tue 24 Apr 2012 06:33

Re: PostgreSQL 3.9.13 64bit dll

Post by jaheon » Wed 13 Sep 2017 09:30

No. I installed the driver on 64-bit Windows.

I can not find the dll file in version 3.8.13, 3.8.12, but can find the file in version 3.8.11

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: PostgreSQL 3.9.13 64bit dll

Post by azyk » Wed 13 Sep 2017 10:23

Specify the exact Windows version, on which the specified issue is reproduced.

Please send to our contact form at our site: http://www.devart.com/company/contactform.html your license and email address where we can send you 64-bit dll for driver version 3.9.13

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: PostgreSQL 3.9.13 64bit dll

Post by azyk » Fri 15 Sep 2017 10:59

We found the cause, due to which the Win64 folder may not be installed on 64-bit Windows - if Delphi/C++ Builder/RAD Studio is not installed on the computer. dbExpress driver for PostgreSQL installer is designed for developers and using it for dll deployment by the end user is incorrect.

To correctly deploy dbExpress driver for PostgreSQL for the end user it is enough to copy dbexppgsql.dll/dbexppgsql30.dll/dbexppgsql40.dll to the folder with a customer application. You can find more details about deploying dbExpress driver for PostgreSQL in the Deployment section of the Readme.html file ( located in the folder with the product, for example: "C:\Program Files (x86)\Devart\dbExpress\PostgreSql\Readme.html" )

Post Reply