일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Winform
- 프로시저
- 윈폼
- windows
- c#
- 엑셀
- 단축키
- replace()
- SSRS
- Excel
- 리포팅서비스
- CONVERT()
- oracle
- MSSQL
- DataGrid
- jQuery
- javascript
- microsoft
- attr()
- 마이크로소프트
- 태그를 입력해 주세요.
- MS
- 이클립스
- 오라클
- 윈도우
- 비주얼스튜디오
- IIS
- ASP
- aspnet
- 자바스크립트
Archives
- Today
- Total
목록Enterprise Library (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