On Fri, Sep 11, 2009 at 10:30 PM, Ehsan Haq <ehsan_ha...@yahoo.com> wrote:
>
> Hi,
>    I still don't get. How can I get the varchar OUT parameter in the 
> application? For Example
>
> CREATE OR REPLACE
> Function getOutVarchar(outvarchar OUT varchar2) RETURN NUMBER

if, from libpq:

res = PQexec(conn, "SELECT * FROM getOutVarchar()");

the result should have a one column, one row result with a field
called outvarchar.

merlin

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to