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>