[mono-android] Would you recommend Android.Database.Sqlite or Mono.Data.Sqlite?
Jonathan Pryor
jonp at xamarin.com
Tue Feb 28 16:24:09 UTC 2012
On Feb 28, 2012, at 11:11 AM, tsukrov wrote:
> You wrote above, that we cannot use Mono.Data.Sql on Android 2.1, aren't you?
Correct, you can't use Mono.Data.Sqlite on Android 2.1, but you can use Android.Database.Sqlite on Android 2.1 and later. You had mentioned that Android 2.1 holds 7-10% of the market, and I'm (poorly) pointing out that running on Android 2.1+ is far higher than 7-10% of the Android market.
Or you can use csharp-sqlite (assuming that it's performance is acceptable to you) and not worry about Mono.Data.Sqlite.
- Jon
More information about the Monodroid
mailing list