Did any body create a crystal report using an oracle stored procedure returning multiple rows. Please give me any ideas of how to do this. I have created a stored procedure in oracle returning multiple records into a ref cursor.Now my problem is to buld a report based on this out put.
Thank You.
Hi ,
I have created a procedure to return multiple record set but I am unable to execute it. Can any one help me with this.
I get the error when executing this procedure saying that variable 'CURSOR ' must be declared.
Here is and example code:
CREATE OR REPLACE package reftest as
cursor...
Hi ,
I have created a procedure to return multiple record set but I am unable to execute it. Can any one help me with this.
I get the error when executing this procedure saying that variable 'CURSOR ' must be declared.
Here is and example code:
CREATE OR REPLACE package reftest as
cursor...
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.