I have multiple datawaindows that call Oracle stored procedures. Each one returns only ONE result set.
Within the stored procedure they may use temp tables and/or cursors to loop through the temp tables. Some are defined cursors (CURSOR c1_TempCursor IS...OPEN c1_TempCursor LOOP) and some may be inline cursors ( For c1_TempCursor in (Select blah blah blah) LOOP).
Either way I get
I cant' find anything on this. Are there limitations as to the inside of a stored procedure? I can understand the returned result set.
Any ideas/recommendations?
Thanks in advance
Jay
Thanks for the feedback & your good news!
Regards ... Chris