PGresult - Mailing list pgsql-admin

From Vladimir V. Zolotych
Subject PGresult
Date
Msg-id 394C63B3.BFEF268F@eurocom.od.ua
Whole thread Raw
Responses Re: PGresult  (Peter Eisentraut <peter_e@gmx.net>)
List 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 by date:

Previous
From: "Gagan"
Date:
Subject:
Next
From: Peter Eisentraut
Date:
Subject: Re: users & groups