cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Receiver: Asynch call to Stored procedure.

Former Member
0 Kudos

Hi,

I have a scenario where i have to call a stored procedure using JDBC.

In the stored procedure i have 1 - OUT parameter and 10 - IN parameters.

But this is a Asynch call so should i pass OUT parameter also.

Thanks,

Varghese Mathew

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

The out paramter should be there also.

bhavesh_kantilal
Active Contributor
0 Kudos

Varghese,

If the SP has OUT parameters then this impies that the SP is returning to you some response.

Meanwhile, in your case, if you do not want to catch this response and want to make a Asynch Call, I think you should still create those OUT Parameters in XI. ( Have not given this a shot though ).

Do update us on the results after you give this a shot.

Regards

Bhavesh

prateek
Active Contributor
0 Kudos

When Xi will talk to ur JDBC receiver, it is concerned with IN parameters only..

If ur stored procedure in turn passes the data to other places, u could use OUT params. But no need of these params in relation with XI

Regards,

Prateek