Multiple result sets are not supported at this time..
ClintonOn 9/28/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
can ibatis map the results from one stored procedure in oracle to multiple result sets?see complexe.g.stp Weird-if input param 1 thendoes select * from X select * from table Ye
can ibatis map the results from one stored procedure in oracle to multiple
result sets?
see complex
e.g.
stp Weird-
if input param 1 then
does select * from X
select * from table Y
else
select * from f
select * from table g
-
in ibatis can this stp be ma