일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 프로시저
- 태그를 입력해 주세요.
- IIS
- DataGrid
- 오라클
- 리포팅서비스
- 비주얼스튜디오
- ASP
- 이클립스
- jQuery
- attr()
- javascript
- replace()
- aspnet
- oracle
- CONVERT()
- SSRS
- windows
- 윈도우
- Excel
- MSSQL
- 엑셀
- MS
- 마이크로소프트
- c#
- 자바스크립트
- microsoft
- 단축키
- 윈폼
- Winform
Archives
- Today
- Total
목록DbTransaction (1)
DJ메탈짱™의 Free Style
[C#] Enterprise Library를 이용한 트랜젝션 처리
[Enterprise Library를 이용한 트랜젝션 처리] public bool TransactionTest() { using (DbConnection connection = db.CreateConnection()) { connection.Open(); DbTransaction transaction = connection.BeginTransaction(); try { // first db.ExecuteNonQuery(firstCommand, transaction); // second db.ExecuteNonQuery(secondCommand, transaction); // commit the transaction transaction.Commit(); return true; } catch { // Ro..
일(job)/MS(Microsoft)
2015. 12. 3. 21:47