Jump to content
David Schwartz

libpq.dll for FireDAC?

Recommended Posts

I cannot seem to find a libpq.dll for Postgres that works with FireDAC in D10.2.3.

 

Any suggestions on where to get a copy?

 

NOTE: Please don't say to ask Google! I've pulled down five different versions that all have different datetime stamps and are supposedly 32-bit versions, but none of them work!

 

If you have one that DOES work, where can I get a copy?

Edited by David Schwartz

Share this post


Link to post

Add psqlODBC from the Stack builder of PostGreSQL.

Then add the vendorlib into the FDDrivers.ini

 

My setting in FDDrivers.ini


 

[FDDrivers.ini]
Encoding=UTF8

[PG]
VendorLib=C:\Program Files (x86)\PostgreSQL\psqlODBC\bin\libpq.dll

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×