Jump to content
We've recently updated our Privacy Statement, available here ×

How to call multiple stored procedure from query explorer in iReport designer?


daad.madhusudan

Recommended Posts

I am working on a jasper report in which I have to make use of two different stored procedures say Test1() and Test2().

Normal syntax for calling stored procedure is:

                    {CALL TEST($P{ORACLE_REF_CURSOR})}

But for calling two stored procedure I tried in the followimng way:

                    {CALL TEST1($P{ORACLE_REF_CURSOR})};

                    {CALL TEST2($P{ORACLE_REF_CURSOR})} ;

But this doesn't work. Is it possible to call multiple stored procedures at a time? If yes what is the way to do this?

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...