Re: Stored procedures - Mailing list pgsql-jdbc

From Felipe Schnack
Subject Re: Stored procedures
Date
Msg-id 1029763755.1192.10.camel@desenv1.ritterdosreis.br
Whole thread Raw
In response to Re: Stored procedures  (Dave Cramer <Dave@micro-automation.net>)
List pgsql-jdbc
  I'm using it, but the result from a stored procedure isn't updatable
On Mon, 2002-08-19 at 10:17, Dave Cramer wrote:
> 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@ritterdosreis.br
> > Cel.: (51)91287530
> > Linux Counter #281893
> >
> > Faculdade Ritter dos Reis
> > www.ritterdosreis.br
> > felipes@ritterdosreis.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
> >
> >
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
--

Felipe Schnack
Analista de Sistemas
felipes@ritterdosreis.br
Cel.: (51)91287530
Linux Counter #281893

Faculdade Ritter dos Reis
www.ritterdosreis.br
felipes@ritterdosreis.br
Fone/Fax.: (51)32303328


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Stored procedures
Next
From: Tom Lane
Date:
Subject: Re: Error using JDBC2 postgres driver and DatabaseMetaData.getTables()