a month ago I was asking wether System.Data.SQLite will run on a
Windwos Phone 7 device in the System.Data.SQLite-Forum and Max Kosenko
gave the advice to try this project. Since yesterday I know for shure
that the native/unmanaged part of System.Data.SQLite won't run.
So I was downloading the Visual Studio 2010 Express for Windows Phone:
http://www.microsoft.com/express/Downloads/#Visual_Studio_2010_Express_Downloads
Well Dan Ardelean had the same idea:
http://sviluppomobile.blogspot.com/2010/03/sqlite-for-wp-7-series-proof-of-concept.html
Next I wanted to compile the SQLiteClient for it. And I have to say
that I can't believe how dumb this WP7 is. There is really no
System.Data-Library.
So I was searching for it in the mono-project:
http://anonsvn.mono-project.com/viewvc/branches/MCS_0_28/mcs/class/System.Data/
And here is a guy who is doing this for monotouch:
http://www.jprl.com/Blog/archive/development/mono/MonoTouch/
So whats next ;)