Re: how to

Поиск
Список
Период
Сортировка
От Jeroen T. Vermeulen
Тема Re: how to
Дата
Msg-id 20030206205957.GM32118@xs4all.nl
обсуждение исходный текст
Ответ на how to  ("brajesh" <brajesh@sumasoft.net>)
Список 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 по дате отправления:

Предыдущее
От: "Ben Borger"
Дата:
Сообщение: Apache child processes making multiple persistent database connections via Apache::DBI
Следующее
От: Rudy Lippan
Дата:
Сообщение: Re: Problems with DBI transaction handling