Обсуждение: Multiple Cursors in libpq

Поиск
Список
Период
Сортировка

Multiple Cursors in libpq

От
Charles Welch
Дата:
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