Thread: libpq++ for Windows...

libpq++ for Windows...

From
The Hermit Hacker
Date:
Anyone have a copy?  Oneof my co-workers is trying to do an interface to
another piece of software so that end-users can do lookups in one of the
tables.  Quick and dirty, I built a cgi that passes back the information
and then he parses that, but I'd love to be able to give him the
appropriate library and let him build it all in...if possible?

Thanks...

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org


Re: [INTERFACES] libpq++ for Windows...

From
Tom Lane
Date:
The Hermit Hacker <scrappy@hub.org> writes:
> Anyone have a copy?

Dunno about libpq++, but libpq reportedly builds now on Windows,
and there's no reason you can't call libpq directly from C++ code.
I do it all the time.

            regards, tom lane