Is there any good tutorials/books on how to use sqlite with C??
I need examples.
Nyan
2010-06-10 09:58:54
A:
I reccomend this book: http://www.amazon.com/Definitive-Guide-SQLite-Mike-Owens/dp/1590596730/ref=sr_1_1?ie=UTF8&s=books&qid=1276087234&sr=8-1
Cris
2010-06-09 12:41:18
A:
Here is half a dozen of SQLite Helpers for C programmers:
http://g-wan.de/source/sqlite.c.txt
Probably the easiest way to start from scratch...
Bert
2010-08-10 20:03:40
A:
The following two examples are from my website:
These illustrate "bare bones" uses of SQLite in C.
Ben Bullock
2010-10-19 05:58:32