| From: | Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk> |
|---|---|
| To: | Peter Novodvorsky <nidd(at)myxomop(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Creating resultsets |
| Date: | 2002-10-04 15:56:50 |
| Message-ID: | 20021004165650.I27710@quartz.newn.cam.ac.uk |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Luke Myers | 2002-10-04 15:58:45 | ??? Is posgresql.org no longer maintained ??? |
| Previous Message | Patrick Welche | 2002-10-04 15:55:04 | Re: pg_restore authentication failure |