yes, I know, but from reading the page about tpsql, it kind of sounded like it didn't need libpq.dll and used tcp/ip only for communicating with the server.
(unless you try to create it yourself, which AFAIK no one is crazy enough to do it)
DevArt is carazy enough, do it with PdDac, also working with lazarus
Quoteyes, I know, but from reading the page about tpsql, it kind of sounded like it didn't need libpq.dll and used tcp/ip only for communicating with the server.Where is that stated? AFAIK you'll need the respecting client library in order to access certain databases, and that's applicable to all supported databases (unless you try to create it yourself, which AFAIK no one is crazy enough to do it). It would be required, either statically (the IDE compiled with references to the dll as in sqlite package) or dynamically (only when needed as with other dbms).
But is this free?
Quote from: JD on February 08, 2012, 03:52:16 pmBut is this free?No. See: http://www.devart.com/pgdac/editions.htmlOnly professional edition, which comes with source code, works with Lazarus/FPC.