David Schwartz 426 Posted February 8, 2019 (edited) 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 February 8, 2019 by David Schwartz Share this post Link to post
stijnsanders 35 Posted February 8, 2019 I don't need FireDAC, I've made my own libPQ wrapper Share this post Link to post
Pat Heuvel 1 Posted February 20, 2019 If all else fails, Download and install PGAdmin 3. Share this post Link to post
Crav 0 Posted February 20, 2019 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