Re: Can you bind output variables?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mjc(at)comcast(dot)net
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Can you bind output variables?
Date: 2005-02-09 04:49:13
Message-ID: 12804.1107924553@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

mjc(at)comcast(dot)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

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Goulet, Dick 2005-02-09 13:46:22 Re: Can you bind output variables?
Previous Message Greg Stark 2005-02-09 03:36:58 Re: Problem with asynchronous connect in 8.0.1