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

From Tom Lane
Subject Re: Can you bind output variables?
Date
Msg-id 12804.1107924553@sss.pgh.pa.us
Whole thread Raw
In response to Can you bind output variables?  (mjc@comcast.net)
List pgsql-interfaces
mjc@comcast.net writes:
> Can you use paramValues[] in either PQexecParams or PQexecPrepared to read 
> data from the DB into the bound variables?

Nope, those are input values only.  Maybe you should be looking at ecpg
--- "bound variables" is an idea completely foreign to libpq.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Greg Stark
Date:
Subject: Re: Problem with asynchronous connect in 8.0.1
Next
From: "Mark Crosland"
Date:
Subject: Can you bind output variables?