Re: Sample C++ code using libpqxx/Postgresql sought

From: Reid Thompson <Reid(dot)Thompson(at)ateb(dot)com>
To: usenet(at)sta(dot)samsung(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Sample C++ code using libpqxx/Postgresql sought
Date: 2007-01-26 21:20:38
Message-ID: 1169846438.6036.0.camel@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 2007-01-26 at 12:16 -0800, usenet(at)sta(dot)samsung(dot)com wrote:
> I am looking for some sample code using the libpqxx (C++) API for
> Postgresql. I have found some tutorials
>
> (http://thaiopensource.org/devprojects/libpqxx/doc/2.6.8/html/Tutorial/
> http://www.cs.wisc.edu/~ajkunen/libpqxx-2.4.2/Tutorial/)
>
> and some references
>
> (http://thaiopensource.org/devprojects/libpqxx/doc/2.6.8/html/Reference/
> http://www.postgresql.org/files/documentation/pdf/7.1/programmer.pdf
> http://www.postgresql.org/files/documentation/pdf/7.3/programmer-7.3.2-US.pdf)
>
> but they are all giving bits and pieces of information. I am the sort
> of person who operates on pre-existing sample code, rather than a
> programmer's manual. Any pointers to sample code using libpqxx will be
> appreciated.
>
> Choi
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org/

you might try looking through the libpqxx test cases
http://thaiopensource.org/development/libpqxx/browser/trunk/test/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-01-26 21:26:00 Re: Record not returned until index is rebuilt
Previous Message Bill Moran 2007-01-26 21:06:31 Re: PostgreSQL data loss