On 11/23/16, Jens Alfke <j...@mooseyard.com> wrote:
>
>> On Nov 23, 2016, at 12:45 PM, Simon Slavin <slav...@bigfraud.org> 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
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to