Can you bind output variables?

From: "Mark Crosland" <mjc(at)comcast(dot)net>
To: <pgsql-interfaces(at)postgresql(dot)org>
Subject: Can you bind output variables?
Date: 2005-02-08 06:18:21
Message-ID: 000301c50da5$fd808370$0201a8c0@laguna
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,

Browse pgsql-interfaces by date

  From Date Subject
Next Message Chad Robinson 2005-02-08 18:36:53 Re: Problem with asynchronous connect in 8.0.1
Previous Message Jim Morcombe 2005-02-08 03:08:19 A problem with libpq