Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to execute the same stored procedure 3 times but with different values of input parameter to stored procedure for each of these 3 iterations. Basically stored procedure creates different sql depending upon the value of the parameter.
Can some one please tell me how this can be done? Any turtorial or video for this would be of great help.
Regards
Tarunjit Singh
generally similar way:
not important - is it REST server or Stored procedure
in any case the best way - do anything, and ask help when error or problem happens
You just need:
tLoop for 3 iteration
tJava or tFixedFlowInput for store parameters for each iteration and call procedure with current parameters
Hi,
Thanks for the answer.
How can we pass different values in parameter of stored procedure for each iteration in tFixedFlowInput.
Here is an example :-
Any tutorial regarding passing dynamic values in stored procedure parameters will be of great help.
Regards
Tarunjit Singh
generally similar way:
not important - is it REST server or Stored procedure
in any case the best way - do anything, and ask help when error or problem happens