View Single Post

   
  #2 (permalink)  
Old 02-29-2008, 06:53 AM
Joe Weinstein
 
Posts: n/a
Default Re: JDBC: calling a stored procedure with multiple return values.



randy.p.ho@gmail.com wrote:

> Using JDBC, is there a way to call a stored procedure with multiple
> return values? Thanks.


Absolutely. What do you mean by 'multiple return values'? Multiple output
parameters? Multiple result sets and/or update counts? Multiple mixes of
result sets and update counts?
If you will show the procedure signature and maybe even the text? Tell
us what the body of the procedure returns.

Joe Weinstein at BEA

Reply With Quote