On Fri, Sep 11, 2009 at 10:30 PM, Ehsan Haq <ehsan_haq98@xxxxxxxxx> 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@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general