Re: how to - Mailing list pgsql-interfaces

From Jeroen T. Vermeulen
Subject Re: how to
Date
Msg-id 20030206205957.GM32118@xs4all.nl
Whole thread Raw
In response to how to  ("brajesh" <brajesh@sumasoft.net>)
List pgsql-interfaces
On Thu, Jan 30, 2003 at 07:17:55PM +0530, brajesh wrote:
> 
> How can i connect to postgres database from c++ code.
> i know there is "libpq-fe".
> but what about from windows?

Well, libpq is a C library so you can also call it from C++; it
works with Windows AFAIK.

Then there's libpq++, the old C++ frontend, and if you've got a
fairly modern compiler, there's the newer libpqxx.  Both are on
GBorg.


Jeroen



pgsql-interfaces by date:

Previous
From: "Ben Borger"
Date:
Subject: Apache child processes making multiple persistent database connections via Apache::DBI
Next
From: Rudy Lippan
Date:
Subject: Re: Problems with DBI transaction handling