Hi I desperately need some help regarding the following.
I am trying to read a list of stored procedure names and their input parameters from a file and execuet them one after the other irrespective of any errors.
I would like to know if i could put this statement in a loop till EOF:
CallableStatement cstnt = con.prepareCall
("{call stprocname(24, 56)}"
Instead of setting the parameters seperately?
would appreciate some help on this. thanks in advance.
I am trying to read a list of stored procedure names and their input parameters from a file and execuet them one after the other irrespective of any errors.
I would like to know if i could put this statement in a loop till EOF:
CallableStatement cstnt = con.prepareCall
("{call stprocname(24, 56)}"
Instead of setting the parameters seperately?
would appreciate some help on this. thanks in advance.