摘要: using System.Linq;using System.Text;using System.Threading.Tasks;using System.Reflection;using TrustDevKit.Accident_WebService;using TrustDevKit.local... 阅读全文
posted @ 2015-07-23 22:17 sekon 阅读(301) 评论(0) 推荐(0) 编辑
摘要: string dbPath="Data Source=D:\\test.db3"; using (SQLiteConnection cnn = new SQLiteConnection(dbPath)) { ... 阅读全文
posted @ 2015-07-23 11:27 sekon 阅读(269) 评论(0) 推荐(0) 编辑