摘要:
try { ... connection con.setAutoCommit(false); PreparedStatement prepStmt = con.prepareStatement( "UPDATE DEPT SET MGRNO=? WHERE DEPTNO=?"); prepStmt.setString(1,mgrnum1); prepStmt.setString(2,deptn... 阅读全文
posted @ 2010-01-06 09:07
standlove
阅读(790)
评论(0)
推荐(0)
浙公网安备 33010602011771号