Shalom Elkin <shalom.el...@gmail.com> wrote:
> I use 3.7.5 , and Linux (centos).

Consider using sqlite3_libversion to confirm that. It's possible that more than 
one sqlite version is installed on the system, and you are linking to the wrong 
one.

Your code looks OK (except that in "pragma returns &d" it should be %d, and the 
fact that you are not freeing any error messages with sqlite3_free). I don't 
see any reason why it shouldn't work.
-- 
Igor Tandetnik

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

Reply via email to