On 11/23/16, Jens Alfke <[email protected]> wrote: > >> On Nov 23, 2016, at 12:45 PM, Simon Slavin <[email protected]> wrote: >> >> Are you checking the value returned by each call to the SQLite API to make >> sure it's SQLITE_OK ? > > Yes. As I said, the error is returned from sqlite3_step(), but it doesn’t > specify _what_ file couldn’t be opened. That’s the information I’d like to > know.
Have you enabled the error and warning log? (https://www.sqlite.org/errlog.html) IIRC, the error log will give you the name of the file that could not be opened. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

