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

>
> On an embedded platform, a NetBurner SB700-EX, I have SQLite 3.6.20 running
> successfully. I recently upgraded the source to 3.7.11, and I have
> problems.
> Source compiled just fine. I can sqlite3_open the database, but all my
> sql_prepare calls return a 14, unable to open database file! Same database,
> same vfs environment, same RAM availability.
>

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