Andrew Arnott wrote:
>
> The exception raised when I send "VACUUM" as a sql statement is:
> SQLite.SQLiteException occurred
>   _HResult=-2146233088
>   _message=SQL logic error or missing database
>   HResult=-2146233088
>   Message=SQL logic error or missing database
>   Source=Dart.WinPhone8Lib
>   StackTrace:
>        at SQLite.SQLiteCommand.ExecuteNonQuery()
>   InnerException:
> 
> Thanks for any help you can offer!
>

In the "SQLite.cs" file, there is the following:

#if NETFX_CORE
        SQLite3.SetDirectory(/*temp directory type*/2,
Windows.Storage.ApplicationData.Current.TemporaryFolder.Path);
#endif

Can you please try removing the surrounding "#if" from this code and try it
again?

--
Joe Mistachkin

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

Reply via email to