Can you bind output variables? - Mailing list pgsql-interfaces

From mjc@comcast.net
Subject Can you bind output variables?
Date
Msg-id 020820052327.7493.42094ACE000C954400001D4522058861720C0603@comcast.net
Whole thread Raw
Responses Re: Can you bind output variables?
List pgsql-interfaces
Hello,

Can you use paramValues[] in either PQexecParams or PQexecPrepared to read
data from the DB into the bound variables?

Or can you only bind input values? And all output must be read by iterating
over rows and columns using PQgetvalue() ?

Thanks,
Mark,

pgsql-interfaces by date:

Previous
From: Chad Robinson
Date:
Subject: Re: Problem with asynchronous connect in 8.0.1
Next
From: "Guy Rouillier"
Date:
Subject: Dynamic column name in pgsql trigger function