On Tue, May 10, 2011 at 12:35 PM, Lynton Grice
<lynton.gr...@logosworld.com>wrote:

> Thanks for this, much appreciated. My application is written in pure C,
> so I guess I will not be able to use your C++ code?
>

It's actually just a thin coating over C, and the whole class is quite
small, so it would be easy to strip out the bits you can re-use. The log
routine, for example, internally uses vnsprintf() (which is C99, not C89, by
the way). The trim() function just prepares and executes a statement.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to