I use a modified version of the C++ wrapper 
http://www.codeproject.com/KB/database/CppSQLite.aspx

Monday, April 27, 2009, 8:35:43 PM, you wrote:

V> I've made my own wrapper class around sqlite for executing
V> database commands. Its completely generic and supports the use of
V> binds and parameter substitution through the use of variable
V> arguments (<stdarg.h>) as well as a printf-style format string that
V> clues the routine into the types of the arguments. For example:


----
Best regards,
  Neville Franks, http://www.surfulater.com http://blog.surfulater.com
 

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to