Re: CallableStatements - Mailing list pgsql-jdbc

From Rene Pijlman
Subject Re: CallableStatements
Date
Msg-id ni750u03uqefnlp4h7c7sm1vuv4i51mffs@4ax.com
Whole thread Raw
In response to Re: CallableStatements  (Stuart Robinson <stuart@zapata.org>)
Responses Re: CallableStatements  (Stuart Robinson <stuart@zapata.org>)
List 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@lab.applinet.nl>

pgsql-jdbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: JDBC bug?
Next
From: "Dave Cramer"
Date:
Subject: Re: CallableStatements