executeUpdate ("UPDATE ACCOUNTS SET bal=bal+100 WHERE id=102"); conn.commit(); Notice that it's not necessary to start a transaction explicitly; ...
確定! 回上一頁