본문 바로가기

Database

자바에서 데이터베이스 커밋하는 법


conn.setAutoCommit(false); 오토커밋 풀어주고

 

conn.commit(); // 커밋
conn.rollback(); //롤백