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
- EXIF data
- 유성
- 노은
- VBA
- kanna html parser
- swift html parser
- StreamReader
- exifread
- 대전
- 자전거
- html parser
- insert into
- file move
- mdb table 합치기
- MDB
- euc-kr
- Xcode
- 대전 자전거
- 달력
- 스위프트
- 파이썬
- Exif
- 딴지일보 자유게시판 파씽
- python
- kanna parser
- swift
- dataset
- C#
- 대전 업힐
- 엑셀
Archives
- Today
- Total
목록F1 Filename (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