Muharrem Bilgin wrote:
>
> Thank you for your input. We are not using the SQLite wrapper. The sqlite
> source code is compiled into a Windows Store/Phone DLL and used in our
> application.
> 

That's fine, setting the temporary directory is always required on WinRT
(and Windows Phone 8).

>
> I have tried your suggestion anyway, but no result.
>

Can you enable the SQLite error logging mechanism, which may provide more
details as to the root cause of the issue?  It's described here:

        https://www.sqlite.org/errlog.html
 
--
Joe Mistachkin

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

Reply via email to