PGresult

Поиск
Список
Период
Сортировка
От Vladimir V. Zolotych
Тема PGresult
Дата
Msg-id 394C63B3.BFEF268F@eurocom.od.ua
обсуждение исходный текст
Ответы Re: PGresult  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-admin
    Hello All,
Is it possible to have one PGresul inside another PGresult?
E.g. having some small PGresult while another (big) PGresult
still active?

PGresult* res1 = PQexec (,,,)
for (...............) {
  // do some processing with res1.
  PGresult* res2 = PQexec (...);
  // Process res2.
  PQclear (res2);
  // return back to res1
}

Thanks!
 

-- 
Vladimir Zolotych                         gsmith@eurocom.od.ua
 

В списке pgsql-admin по дате отправления:

Предыдущее
От: "Gagan"
Дата:
Сообщение:
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: users & groups