Multiple Cursors in libpq

Поиск
Список
Период
Сортировка
От Charles Welch
Тема Multiple Cursors in libpq
Дата
Msg-id 3.0.3.32.19991022160220.008fbe10@rapfire.net
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Fabio.di.Fabio"
Дата:
Сообщение: Re: [INTERFACES] PostgreSQL JDBC with StarOffice
Следующее
От: John Smith
Дата:
Сообщение: libpsqlODBC linking under linux