블로그 이름

[Dbeaber] auto-commit 설정 해제하는법 본문

개발/Database

[Dbeaber] auto-commit 설정 해제하는법

Hide 2024. 11. 19. 14:10

dbeaber에서 commit을 자동으로 해주는 auto-commit 설정 해제하는법

 

 

윈도우 > 설정 으로 이동

 

 

연결 > 연결 설정 > Auto-commit by default 체크 해제 후 Apply and Close 클릭하여 적용

 

manual commit으로 변경된다.

 

 

상단바에 None이라고 적혀있으면 Manual Commit, Auto라고 적혀있으면 Auto Commit이다.

 

커밋 버튼 누르면 쿼리문 적용 (Commit tran)

롤백 누르면 적용 취소 (Rollback tran)