Welcome juser11.
Your source code must be surronded by BB code tags. Read more about BB code tags
proc = conn.prepareCall("{call prc_ins_dvd_info(?,?)}");
proc.setInt(1,id);
proc.setString(2,title);
proc.execute();
__avd
Posting Genius (adatapost)
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
Next time when you post code use BB code tags. You may use # icon (for code tags) at top of editor.
__avd
Posting Genius (adatapost)
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241