executeUpdate (); conn.commit(); //結束目前的交易並將所有暫存的資料永久變更至資料庫中conn.setAutoCommit(true); //隱含交易結束,回復自動提交 ...
確定! 回上一頁