Can you bind output variables?

From: mjc(at)comcast(dot)net
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Can you bind output variables?
Date: 2005-02-08 23:27:10
Message-ID: 020820052327.7493.42094ACE000C954400001D4522058861720C0603@comcast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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,

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Guy Rouillier 2005-02-09 00:29:54 Dynamic column name in pgsql trigger function
Previous Message Chad Robinson 2005-02-08 19:30:31 Re: Problem with asynchronous connect in 8.0.1