crystalhelp
Programmer
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?