Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using stored procedure to build crystal report 1

Status
Not open for further replies.

Michali

Programmer
Jul 20, 2003
31
US
hello all
i am having dificulties tryin to use this stored procedure for building a report:

create or replace procedure rpt_415(
pDateFrom in date,
pDateto in date,
TotalReq in out number,
TotalRecvd in out number)
when i am trying to select it i am getting the next error:memory full.
if i am no using "in out" parameters only "out" i am getting error from the DB that i dont send enoth parameters. and if i dont use this parameters at all i get the error that the procedure does not send back any rowset.

any ideas?
than u
michali
 
Please post Crystal version, database type and version when posting, otherwise (as you can see), you're not giving people much to go on.

There are specific concerns when using SP's with Oracle, and they are version dependent, and type of connectivity dependent:


Note that if you're using the CR supplied Oracle ODBC driver, enable the Procedure Returns Results in the advanced tab.

If you require further assistance, please flesh out your environment.

-k
 
hello k
i have finally succeded. (considering a week break...)
thank u very very much
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top