Closed GoogleCodeExporter closed 9 years ago
OK, I'm solved this problem by editing os_win_c.cs
2566 -#if WINDOWS_PHONE
2566 +#if WINDOWS_PHONE || SQLITE_SILVERLIGHT
fs = new System.IO.IsolatedStorage.IsolatedStorageFileStream(zConverted, dwCreationDisposition, dwDesiredAccess, dwShareMode, System.IO.IsolatedStorage.IsolatedStorageFile.GetUserStoreForApplication());
and
2958 -#if WINDOWS_PHONE
2958 +#if WINDOWS_PHONE || SQLITE_SILVERLIGHT
zOut = zRelative;
I don't know correct it is or no ;)
But now any sqlite3_exec
return code 10: disk I/O error
and all doing OK (create table, insert)
Original comment by BAndy...@gmail.com
on 18 Mar 2011 at 1:49
This issue was closed by revision 2dac888cd555.
Original comment by noah.hart@gmail.com
on 18 Mar 2011 at 2:37
Original issue reported on code.google.com by
BAndy...@gmail.com
on 18 Mar 2011 at 9:51