Re: CallableStatements support: when?

From: Pedro Salazar <pedro-b-salazar(at)ptinovacao(dot)pt>
To: postgres <pgsql-jdbc(at)postgresql(dot)org>
Cc: Silvio Molinari <silvio_molinari(at)yahoo(dot)com>
Subject: Re: CallableStatements support: when?
Date: 2002-11-25 16:25:25
Message-ID: 1038241530.1104.79.camel@vitoria
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Silvio,

Indeed, it was exactly the problem you have mentioned.

BTW, have you been succeed in mapping a pl/pgsql object to java with the
SQLData interface for an array of records (returned by a query)? I'm
very interested in doing that...

thanks,
Pedro Salazar.

On Mon, 2002-11-25 at 16:03, Silvio Molinari wrote:
> Hi Pedro,
>
>
> The JDBC 7.3 RC1 driver supports CallableStatement. Check that you don't
> have an older version of the driver in your CLASSPATH.
>
>
> I've used it and it seems to work fine.
>
>
> Hope this helps,
>
>
> Silvio
>
>
> Pedro Salazar <pedro-b-salazar(at)ptinovacao(dot)pt> wrote:
>
>
> Greetings,
>
> I downloaded the JDBC 7.3 RC1 driver and it continues to not support
> CallableStatements. I think this is a mandatory feature, and I would
> like to ask if is there any plan to support it in a future release?
>
> --
> pedro salazar (pt-inovacao)
> key id: D803BC61
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
>
>
>
> _____
>
> Do you Yahoo!?
> Yahoo! Mail Plus
> <http://rd.yahoo.com/mail/mailsig/*http://mailplus.yahoo.com> -
> Powerful. Affordable. Sign up now
> <http://rd.yahoo.com/mail/mailsig/*http://mailplus.yahoo.com>
--
pedro salazar (pt-inovacao) <pedro-b-salazar(at)ptinovacao(dot)pt>
key id: D803BC61

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2002-11-25 17:06:15 Re: [JDBC] Difference in the actual and extracted values of timestamp
Previous Message Pedro Salazar 2002-11-25 14:57:22 Re: CallableStatements support: when?