SQLite worked fine for me. Complex joins are slower, but that I bet that would be true for any database. I have over 50MB of data in case you are wondering.
In the initial release of Windows Phone 7 you have no SQL Server Compact or similar. Because no user app can call P/Invoke no other mobile/compact database will work.
Perst works well under Windows 7
SQLite worked fine for me. Complex joins are slower, but that I bet that would be true for any database. I have over 50MB of data in case you are wondering.
In the initial release of Windows Phone 7 you have no SQL Server Compact or similar. Because no user app can call P/Invoke no other mobile/compact database will work.
To store content you have to use Isolated Storage and build something with this. See this: http://winphone7db.codeplex.com/
You could try using SQL Server Compact.
Info about compact and linq