Skip to Content
0
Former Member
Jun 06, 2007 at 02:15 PM

Calling stored procedure multiple times in the JDBC receiver

112 Views

Hi,

I am calling the stored procedure(SP) to update a DB table in the JDBC receiver.

SP has 10 input parameters, and SP can receive one value for each parameter at a time.

In my case, i will have multiple rows to insert using SP.i.e multiple values for each parameter.

Its working correctly for a single value for each parameter, but when i have multiple values i want to call the SP multiples times.

Is this possible and how?

Thanks,

Varghese.