[mono-android] SQLiteTransactions and ErrorCode == SQLiteErrorCode.Busy??
Jonathan Pryor
jonp at xamarin.com
Fri Jan 20 21:47:27 UTC 2012
On Jan 20, 2012, at 6:55 AM, devbuzz wrote:
> There seem to be a few different providers? I'm not sure which one is
> embedded with the Mono for Android stack?
Mono for Android provides Mono.Data.Sqlite.dll, which inexplicably shows up as System.Data.SQLite.dll within Visual Studio's Add Assembly Reference dialog.
http://androidapi.xamarin.com/?link=N%3aMono.Data.Sqlite
Sadly, no useful documentation there.
Mono.Data.Sqlite is ~identical to System.Data.SQLite.dll 1.0.61.0, aside from namespace and capitalization changes.
> However the whole Busy error thing is an issue for me at the moment.
How are you getting SQLiteErrorCode.Busy? I don't recall seeing this before...
Also, which Android version are you running on? In my experience, Mono.Data.Sqlite requires Android 2.2 or later.
Thanks,
- Jon
More information about the Monodroid
mailing list