Re: PostgreSQL connect with Visual C++ - Mailing list pgsql-general

From Albe Laurenz
Subject Re: PostgreSQL connect with Visual C++
Date
Msg-id A737B7A37273E048B164557ADEF4A58B057BB041@ntex2010a.host.magwien.gv.at
Whole thread Raw
In response to PostgreSQL connect with Visual C++  (dhaval257 <dhaval.damka@gmail.com>)
List 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 by date:

Previous
From: Misa Simic
Date:
Subject: Re: Finding matching words in a word game
Next
From: Atri Sharma
Date:
Subject: Security review