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
- 대전 업힐
- StreamReader
- swift
- euc-kr
- EXIF data
- insert into
- 엑셀
- html parser
- C#
- dataset
- Xcode
- exifread
- 노은
- kanna parser
- mdb table 합치기
- 딴지일보 자유게시판 파씽
- swift html parser
- MDB
- 대전
- 달력
- 자전거
- 대전 자전거
- file move
- kanna html parser
- 유성
- VBA
- Exif
- 스위프트
- 파이썬
- python
Archives
- Today
- Total
목록DB insert (1)
Fly to the sky & Return
Insert into 문에 알수 없는 파일이름 F1이 있습니다. 에러
엑셀을 이용하여 데이터베이스에 데이터를 insert 할때 발생하는 에러중에 하나입니다. 1 2 string con_excel = @"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + filePath + ";Extended Properties='Excel 8.0;HDR=NO'"; Colored by Color Scripter cs 엑셀사용을 위한 provider 옵션 마지막에 HDR 부분(헤더관련)이 NO로 되어있는 경우 발생한다고 알려져있습니다 그래서다음과 같이수정하면 1 2 string con_excel = @"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + filePath + ";Extended Properties='Ex..
프로그래밍/c# 윈폼 데이터베이스 기초부터
2021. 2. 9. 09:44