show/hide this revision's text 2 Typos

This excellent piece of code provides a nice C++ wrapper around SQLite3. It has a very nice binding methods, which saves a lot of unnecessary lines from your code (in this case, CString)CStrings). Check it out; there's a lot of examples as well.

show/hide this revision's text 1

This excellent piece of code provides nice C++ wrapper around SQLite3. It has very nice binding methods, which saves a lot of unnecessary lines from your code (in this case, CString). Check it out; there's a lot of examples as well.