Connecting Tech Pros Worldwide Help | Site Map

Regarding Java Batch Update on DB

Newbie
 
Join Date: Feb 2008
Location: Pune
Posts: 24
#1: Sep 4 '09
Is it possible to use batch update on store procedure with register out parameter?
If not then is there any way to get register out parameter values with batch update?
Dököll's Avatar
Moderator
 
Join Date: Nov 2006
Location: Upstate NY - US
Posts: 2,267
#2: Oct 10 '09

re: Regarding Java Batch Update on DB


Quote:

Originally Posted by SagarDoke View Post

Is it possible to use batch update on store procedure with register out parameter?
If not then is there any way to get register out parameter values with batch update?


See if you can anything in these links:

http://www.ibm.com/developerworks/da...ary/index.html

http://www.tutorialspoint.com/jdbc/j...-procedure.htm

If nothing works, care to search here:

http://www.java2s.com/Code/Java/Data...tch-Update.htm
Reply