Re: PostgreSQL connect with Visual C++

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: PostgreSQL connect with Visual C++
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B057BB041@ntex2010a.host.magwien.gv.at
обсуждение исходный текст
Ответ на PostgreSQL connect with Visual C++  (dhaval257 <dhaval.damka@gmail.com>)
Список pgsql-general
dhaval257 wrote:
>  I am new to postgres. I am doing Project on Image processing in OpenCV(IDE
> i am using is Visual C++ 2010). I have downloaded PostgreSQL 8.4 and
> installed it successfully. I want to know how to connect postgres with
> visual C++.

Use something more recent than 8.4 if you can.

You should be able to use the C API (libpq) from C++.
That's part of PostgreSQL core.

Alternatively, you can use the C++ connector libpqxx
(http://pqxx.org/development/libpqxx/)

Yours,
Laurenz Albe


В списке pgsql-general по дате отправления:

Предыдущее
От: Misa Simic
Дата:
Сообщение: Re: Finding matching words in a word game
Следующее
От: Atri Sharma
Дата:
Сообщение: Security review