Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am creating jasper reports for available crystal report templates. While working I found a crystal report where a call to multiple stored procedures made.

I know how to call single stored procedure in iReport designer. I use following syntax while calling:

Java
{CALL TEST('1234',$P{ORACLE_REF_CURSOR})}


But I don't know how to call multiple stored procedure. Can someone suggest a way to do this?
Posted
Updated 10-Mar-16 15:45pm

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900