centipede moto wrote: > I am new to c++ (I know php, c# etc), and thanks to this list I've gotten > sqlite3 to open a db connection without failing to find its libraries. But > now that I have an open db connection I am lost, I can work my way through > the c++ itself but I'm having a hard time finding c++ sqlite3 samples, > demonstrating basic querying and updating, table creation etc. I've seen > straight sqlite3 samples but haven't really found any noobie c++ samples / > tutorials for sqlite3. Are there any great resources out their for c++ & > sqlite3 greenhorns? > > Thank you SO much!!
Consider getting a copy of "The Definitive Guide to SQLite" by Michael Owens. Chapter 6 will walk you through using the core C api. It also goes into the internals of SQLite and has an excellent reference section on SQL. Once you've mastered that, you can look at grabbing a C++ wrapper or creating your own. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users