[MFC] SQLite 연동 방법

2013. 9. 26. 17:02기타/Windows 개발

MFC 프로그래밍을 할 때에도, 간단한 파일 DB를 사용해야할 때 MDB보다는 SQLite가 사용하기 편하다.

Windows Mobile 프로그래밍을 할 때부터 인연을 맺어온 SQLite를 iOS, Android, Windows 등등 여기저기서 잘도 써먹는구나.


SQLite 사이트

http://www.sqlite.org/index.html


SQLite 예제

http://six605.tistory.com/300


SQLite DLL 제작 (32bit/64bit)

http://neodreamer-dev.tistory.com/344