Re: PostgreSQL connect with Visual C++

From: Guy Rouillier <guy(dot)rouillier(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL connect with Visual C++
Date: 2013-03-06 03:13:47
Message-ID: 5136B46B.6010900@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 3/4/2013 11:17 PM, dhaval257 wrote:
> Hello friends,
> 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++.

You don't mention if you are using ODBC or a direction connection to the
pgsql library. I'll assume the latter. I did a Google search for
"postgresql visual c" and found this example:

http://www.askyb.com/cpp/c-postgresql-example/

If you are just starting with PostgreSQL, you might as well start with
the latest version. You can get 9.2.3 from the web site
(http://www.postgresql.org/).

--
Guy Rouillier

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message dhaval257 2013-03-06 06:36:47 Re: PostgreSQL connect with Visual C++
Previous Message Martijn van Oosterhout 2013-03-06 02:17:14 Re: Why does slony use a cursor? Anyone know?