DVX_GUI/sql/thirdparty/sqlite/examples/notes.txt

14 lines
473 B
Text

This directory contains three examples how to use SQLite with DJGPP.
I found these examples on the net and do not claim copyright on them.
Compile these with the three batch files included c1-c3.bat.
You can also copy libsqlite3.a into djgpp\lib and sqlite3.h into djgpp\inc.
Links to tutorials:
http://zetcode.com/db/sqlite/
http://souptonuts.sourceforge.net/readme_sqlite_tutorial.html
http://www.yolinux.com/TUTORIALS/SQLite.html
20th Feb. 2013 Georg