Thanks for taking the time to respond. But I'd prefer to learn to use SQLite. If I use one of these wrappers, I have to depend on someone to maintain it anytime SQLite is updated. And from what I can tell, the last update to the wrapper code was I n 2007.
Just as an example, I'm currently looking for a sample that explains iterating through selected data. But next it could be a diff topic. Don Ireland -----Original Message----- From: Stephan Beal <[email protected]> To: General Discussion of SQLite Database <[email protected]> Sent: Sun, 15 May 2011 4:01 AM Subject: Re: [sqlite] C++ Sample Code On Sun, May 15, 2011 at 4:24 AM, Don Ireland <[email protected]> wrote: > Can anyone suggest a good source for sample C++ code? I really would > rather not come here and ask for every little thing--I'd learn it better > this way. > There are 3 different C++ wrappers here: http://fossil.wanderinghorse.net/repos/sqlite-stuff/ <http://fossil.wanderinghorse.net/repos/sqlite-stuff/>two for "normal" C++ and one for WinCE (it might also work on other Windows versions). -- ----- stephan beal http://wanderinghorse.net/home/stephan/ _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

