Posted: Wed Nov 16, 2005 4:33 am Post subject: Problem Calling a Stored Procedure from ESQL
Newbie
Joined: 16 Nov 2005 Posts: 4
Hi
I am trying to call a stored procedure in ORACEL from ESQL.
There are two possible options.
1. using CALL procedure statement
2.Using Passthru
Problem that i have is the stored procedure returns a multiple result sets. I know if i use paasthru then the constraint is i cna not have OUT parameter while calling the procedure.
The only version of Message Broker that supports multiple result sets is V6. This can also do OUT/INOUT and RETURN values at the same time.
One workaround in earlier versions is to create temporary tables in the stored procedure that represent the result sets, and then use SELECT to get the data after the stored procedure call. _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum