WindowsPhone7中Perst数据库的使用(一)
摘要:
好多天没有写博客了,最近在做项目 一直没时间,今天有时间就复习一下WP7中的数据库 内容是根据林政老师的教程复习在项目中使用Perst数据库需要先引用数据库的PerstWP7.dll组件,下面介绍使用Perst数据库的一些基本步骤1.创建数据库语法事例://创建Perst存储Storage事例Storage storage = StorageFactory.Instance.CreateStorage();//打开storagestorage.Open("PerstDemoDB.dbs");//使用上面创建的storage事例创建数据库Database db = new D 阅读全文
posted @ 2012-05-30 22:37 MessageDream 阅读(422) 评论(0) 推荐(0)
浙公网安备 33010602011771号