From: | Dave Cramer <Dave(at)micro-automation(dot)net> |
---|---|
To: | Felipe Schnack <felipes(at)ritterdosreis(dot)br> |
Cc: | "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: Stored procedures |
Date: | 2002-08-19 13:17:22 |
Message-ID: | 1029763046.32062.0.camel@inspiron.cramers |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Felipe,
Only the dev driver on http://jdbc.postgresql.org supports updateable
result sets.
Dave
On Mon, 2002-08-19 at 08:41, Felipe Schnack wrote:
> I know that if I want to return resultsets from stored procedures in
> PgSQL I should return REFCURSOR return type. But this doesn't return
> updatable resultsets. How can I do that?
> --
>
> Felipe Schnack
> Analista de Sistemas
> felipes(at)ritterdosreis(dot)br
> Cel.: (51)91287530
> Linux Counter #281893
>
> Faculdade Ritter dos Reis
> www.ritterdosreis.br
> felipes(at)ritterdosreis(dot)br
> Fone/Fax.: (51)32303328
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Felipe Schnack | 2002-08-19 13:29:15 | Re: Stored procedures |
Previous Message | Felipe Schnack | 2002-08-19 12:41:56 | Stored procedures |