Igor,

Well, libversion is  3003006
Ok. Now I'll start looking for a reason I am using an older library...

Thanks,

Shalom

On Thu, Mar 24, 2011 at 3:51 PM, Igor Tandetnik <itandet...@mvps.org> wrote:

> 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
>



-- 
Shalom Elkin
+972-544-704994
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to