Home » Developer & Programmer » Reports & Discoverer » how to a sp returning ref cursor to generate crystal report?????????????????
how to a sp returning ref cursor to generate crystal report????????????????? [message #88057] Tue, 29 January 2002 23:26 Go to next message
Neeti
Messages: 7
Registered: November 2001
Junior Member
CAN I USE A STORED PROCEDURE,WHICH IS USING A REF CURSOR TO GENERATE CRYSTAL REPORT.IF YES, THEN HOW CAN I USE IT.WHEN I AM USING STORED PROCEDURE 'CRYSTALTEST' IN CRYSTAL REPORT, ERROR COMES :- WRONG NUMBER OR TYPE OF ARGUMENTS IN CALL TO 'CRYSTALTEST'.
SP IS LIKE:-
CREATE OR REPLACE PROCEDURE CRYSTALTEST
(rc1 out pkg_ebill.rct1)
as
begin
open RC1 FOR
SELECT * FROM TEST;
END;

CREATE OR REPLACE PACKAGE PKG_EBILL AS
TYPE RCT1 IS REF CURSOR;
END;
how to a sp returning ref cursor to generate crystal report????????????????? [message #88489 is a reply to message #88057] Mon, 07 October 2002 03:25 Go to previous message
siva
Messages: 58
Registered: August 1999
Member
hi neeti,
Me too faced the same problem.
U should download two zip files from crystal decision website , and then regiser the dll's provided with that zip file. search for the cror815.zip file in the crystal report website.
Previous Topic: Re: Calling a PL/SQL procedure from within Report Builder 6.0
Next Topic: Error Printing reports in developer 6i
Goto Forum:
  


Current Time: Fri Apr 19 14:17:27 CDT 2024