Re: CallableStatements

From: Rene Pijlman <rene(at)lab(dot)applinet(dot)nl>
To: Stuart Robinson <stuart(at)zapata(dot)org>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: CallableStatements
Date: 2001-11-26 19:57:14
Message-ID: ni750u03uqefnlp4h7c7sm1vuv4i51mffs@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Mon, 26 Nov 2001 10:40:52 -0800 (PST), you wrote:
>But if you use the executeUpdate method, you'll get an error, because it
>isn't expecting a result, no? So, how do you call a stored procedure using
>executeUpdate?

You don't. In the current implementation you need to use a
SELECT statement. Why is that a problem?

Regards,
René Pijlman <rene(at)lab(dot)applinet(dot)nl>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2001-11-26 20:09:20 Re: JDBC bug?
Previous Message Barry Lind 2001-11-26 19:54:27 Re: CallableStatements