Thanks for the reply Mufasa. Unfortunately, I have to pass a cursor to the stored procedure because I am also using the stored procedure to return results to an ASP.NET program. Using the cursor for returning results to ASP.NET works great. I just can't seem to make use of it within another...
Hi,
Does anyone know how to create a procedure that calls another procedure with a cursor and then uses that cursor in a loop?
procedure SP_ASSIGN_HOUSING
AS
myHousingRankingCursor HOUSINGTYPES.HOUSING_CURSOR;
BEGIN
/* call SP with cursor */
SP_GET_HOUSING_LIST(myHousingRankingCursor);
/*...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.