摘要: 完整全文参见:http://tech.it168.com/a2011/0511/1188/000001188936_all.shtml【IT168 专稿】无论是从用户的角度来看还是从开发人员的角度来看,Windows Phone 7给我们带来众多的新的和令人振奋的功能。与此同时,当前的Windows Phone 7系列也的确存在令许多用户失望的缺憾。一个代表性的遗憾便是,Windows Phone 7缺乏本地数据库API支持—当前的Windows Phone 7操作系统仅提供通过XML、客户端独立存储和云存储等几种有限的数据访问支持。那么,就本地数据库功能来说,我们真的有没有其他的选择了吗?当 阅读全文
posted @ 2011-12-20 22:50 把爱延续 阅读(358) 评论(0) 推荐(0) 编辑
摘要: C# sqite for wp7源:http://code.google.com/p/csharp-sqlite/downloads/list 部分代码示例:IsolatedStorageFile isf = IsolatedStorageFile.GetUserStoreForApplication();isf.DeleteFile("test.db");using (SqliteConnection conn = new SqliteConnection("Version=3,uri=file:test.db")){conn.Open();using 阅读全文
posted @ 2011-12-20 22:45 把爱延续 阅读(1172) 评论(6) 推荐(1) 编辑