Re: Creating resultsets - Mailing list pgsql-general

From Patrick Welche
Subject Re: Creating resultsets
Date
Msg-id 20021004165650.I27710@quartz.newn.cam.ac.uk
Whole thread Raw
In response to Creating resultsets  (Peter Novodvorsky <nidd@myxomop.com>)
List pgsql-general
On Wed, Oct 02, 2002 at 08:44:24PM +0400, Peter Novodvorsky wrote:
>
> Hi!
>
> As some of you may know, I'm writing PostgreSQL driver for
> OpenOffice.Org. I've met the problem that I cannot solve
> efficient. Driver need to implement interface that gives back
> information as a Result Set. I'm using standard libpq library and I
> cannot create PGresult by hand. What do you suggest?
>
> Currently I'm using self-written class with ResultSet interface and it
> acts as original ResultSet if original cannot help.

I seem to remember that libpqxx (on gborg) returns a STL container of Result
Is that what you want? (in C++)

Cheers,

Patrick

pgsql-general by date:

Previous
From: Patrick Welche
Date:
Subject: Re: pg_restore authentication failure
Next
From: "Leland F. Jackson, CPA"
Date:
Subject: Re: is there a pure Win32 Port ?