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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CE 8.5 and Stored Procedures

Status
Not open for further replies.

baylor3217

Programmer
Oct 10, 2002
1
US
I have a stored procedure that takes about 20 OUT parms, runs 20 'count' sql queries and stuffs the results of each query into the appropariate OUT variable.

I want to be able to call this from crystal and display these counts, returned from the OUT parms, in my report.

This stored procedure compiles and runs just fine in SQL PLUS and TOAD, however when I go to select it in the 'Data Explorer' window in Crystal, I get an Oracle error.

1) Does this have anything to do with the fact I'm trying to use OUT parms from within Crystal in the stored proc?

2) What is the appropriate way to return data from a stored procedure in Crystal?

3) Is there any documentation on this on the next you could point me to?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top