I'm developing an app for Windows Phone 7.1(7.5) - 8 (Must work for both) , in which database connectivity is required. This Application is already realized for Iphone and Android, so I have to use there Database file to the database structure was the same for all applications. Sqlite is used as the database . All Sqlite Clients for Windows Phone are out of date and not supported any more.
- http://dotnetslackers.com/articles/silverlight/Windows-Phone-7-Native-Database-Programming-via-Sqlite-Client-for-Windows-Phone.aspx
- http://wp7sqlite.codeplex.com/
- http://www.wirebear.com/blog/2010/11/12/using-sqlite-in-your-wp7-app/
- http://sqlitewindowsphone.codeplex.com/releases
Official client is only for windows phone 8 http://www.sqlite.org/download.html and is not working with windows phone 7.1
Will be really helpfull if someone can give me any suggestions what i can do with this situation.
- develop only for Windows Phone 8 and use official Sqlite Client
- use old libriaries for sqlite and try to work with them on windows phone 8
- use SQL CE as the database
(PS. : The situation is further complicated by the fact that Windows RT is not support SQL CE and only Sqlite and it makes me crazy.)