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

oracle stored porocedures

Status
Not open for further replies.

crystalhelp

Programmer
May 13, 2002
56
0
0
CA
I am not an Oracle person, so it has taken me awhile to learn how creating a report based on stored procedure results differs from Sybase (thanks partly due to this website.) I now have my package, procedure and cursor created. I have added my stored procedure to the report and the Parameter Fields are automatically populated with my IN parameters. However, I would have thought my IN OUT parameter (the resultset) would be included in the Parameter Field list. How else do I report on what the stored procedure brings back? Is it a driver issue?

P.S. If you recognize this question, that is because I posted it yesterday on the CR Other Topics forum, when I probably should have posted it here. Hope that's okay.
 
Thanks for the reply and it did help, but there are no fields appearing under my stored procedure. I am using the .net version and my stored procedure's cursor is weakly bound.
 
I have read all the guidelines, but everything I have found so far is for version 9 and under. I haven't found any guidelines for .net. I am using what I found so far and trying different things, but so far none of them have worked, but I still have more things to try. All hope isn't lost yet.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top