On Sat, Apr 14, 2012 at 9:39 AM, David Bakkom
<da...@headstandsoftware.com>wrote:

>
> I also retrieved the sqlite3_extended_errcode, and it was simply 14.
>


Can you run in a debugger and set a breakpoint on sqlite3CantopenError(),
and give us a stack trace?


>
>
> Richard Hipp-3 wrote:
> >
> > Please enable error logging using
> > sqlite3_config()<http://www.sqlite.org/c3ref/config.html>with the
> > SQLITE_CONFIG_LOG<
> http://www.sqlite.org/c3ref/c_config_getmalloc.html#sqliteconfiglog
> >option.
> >  An example of how this might be done can be seen
> > here <http://www.sqlite.org/src/artifact/6fef5d2cd1ec?ln=2795> and
> > here<http://www.sqlite.org/src/artifact/6fef5d2cd1ec?ln=485-493>.
> > Then let us know what the log messages tell you.
>
> --
> View this message in context:
> http://old.nabble.com/Embedded-platform%2C-problem-upgrading-from-3.6.20-to-3.7.11-tp33686486p33686924.html
> Sent from the SQLite mailing list archive at Nabble.com.
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



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

Reply via email to