Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

STORED PROCEDURES JDBC

Status
Not open for further replies.

sweetsgup

Programmer
Joined
Oct 22, 2000
Messages
6
Location
MY
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.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top