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