On Mon, April 9, 2007 01:17, John Mudd wrote:
> I'll try to create an SQL cursor as in test045.cxx.

That's probably the best way to go if you need to combine a prepared
statement and a cursor.  Otherwise you could forget about the preparing
and just declare a regular cursor.  You end up with the same cursor
object, but there's a few more things you can do with it when libpqxx
knows where the thing has been.


Jeroen


_______________________________________________
Libpqxx-general mailing list
Libpqxx-general@gborg.postgresql.org
http://gborg.postgresql.org/mailman/listinfo/libpqxx-general

Reply via email to