Asynchronous queries with bound data.

From: Вячеслав Блинников <slavmfm(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Asynchronous queries with bound data.
Date: 2011-01-05 18:35:48
Message-ID: AANLkTikwbKuuokcoYP91L-1N2NzG_pnAFSavzse5WKWH@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Database connection using "libpq":
So, generally speaking, I need:
- send multiple queries using "PQsendQuery()" (or what else)
- bind some data (void*) to each qeury
- obtain results using "PQgetResult()" (or what else) and to know which data
is bound to each result (correspondence between queries and results)
How it can be implemented?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moran 2011-01-05 18:57:59 Re: UUID column as pimrary key?
Previous Message Radosław Smogura 2011-01-05 18:31:37 Re: UUID column as pimrary key?