Multiple Cursors in libpq - Mailing list pgsql-interfaces

From Charles Welch
Subject Multiple Cursors in libpq
Date
Msg-id 3.0.3.32.19991022160220.008fbe10@rapfire.net
Whole thread Raw
List pgsql-interfaces
Is it possible to open more than one cursor at a time with libpq using the
same backend connection. I am accessing data in two tables at the same time
and I currently do this by opening a backend connection for each one. I
tried opening two cursors with only one backend connection, but even though
I use a different name for the second one, it trashes out the first one.
Thanks

cwelch@rapfire.net


pgsql-interfaces by date:

Previous
From: "Fabio.di.Fabio"
Date:
Subject: Re: [INTERFACES] PostgreSQL JDBC with StarOffice
Next
From: John Smith
Date:
Subject: libpsqlODBC linking under linux