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
- sqlite
- Python
- 이행은이미다른
- 이행은이미다른테이블에속해있습니다
- 파이썬
- 장고프로젝트
- 자바스크립트날짜형식
- 자바스크립트for문
- cmd명령어
- Android
- 장고웹
- 자바스크립트수학
- PostgreSQL
- speechtoText
- 자바스크립트날짜
- 개발
- webkitrecognition
- 장고
- javaScriptError
- 안드로이드
- R데이터분석
- 오류종류
- forof문
- 장고웹프로젝트
- 사례관리
- 청소년복지론
- speechAPI
- 다른테이블에속해있습니다
- 자바스크립트날짜get
- 자바스크립트forinforof차이
Archives
- Today
- Total
목록ExcuteNonQuery (1)
EMDI는 지금도 개발중
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