Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Python
- vue환경세팅
- 스택과큐의차이점
- 장고프로젝트
- 장고
- 자바스크립트날짜get
- 자바스크립트for문
- javaScriptError
- Android
- 안드로이드
- vue환경설정
- 자바스크립트날짜
- 개발
- 청소년복지론
- 파이썬
- 장고웹
- sqlite
- PostgreSQL
- 자바스크립트forinforof차이
- R데이터분석
- 사례관리
- vue프로젝트
- 자바스크립트수학
- cmd명령어
- 자바스크립트날짜형식
- 큐개념
- 오류종류
- forof문
- 장고웹프로젝트
- 스택개념
Archives
- Today
- Total
목록ExcuteNonQuery (1)
지금도 개발중
C# : SQLite 사용 ExecuteNonQuery(), ExecuteReader()
1-1. SQLiteCommand, SQLiteDataReader를 이용해서 ExecuteReader() 실행 string szDBFileName = "데이터베이스파일이름.db"; string szExecutablePath = Path.GetDirectoryName(Application.ExecutablePath); // 애플리케이션이 있는 위치 경로 string szDBFile = String.Format(@"{0}\{1}\{2}", szExecutablePath, "Database", szDBFileName); // DB접속정보 string constring = string.Format("Data Source={0};Version=3;", szDBFile); SQLiteConnection dbConn..
언어/C#
2020. 4. 6. 17:13