2017年7月4日

摘要: using System;using System.Collections;using System.Collections.Specialized;using System.Data;using System.Data.SqlClient;using System.Configuration; n 阅读全文

posted @ 2017-07-04 15:43 MatthewTiger 阅读(366) 评论(0) 推荐(0) 编辑

摘要: 整理几段操作 SQL Server Mobile 数据库的常用 C# 代码,供刚刚接触 SQL Server Mobile 开发的朋友参考。1. 创建数据库// 创建数据库File.Delete("Test.sdf");SqlCeEngine engine = new SqlCeEngine( "D 阅读全文

posted @ 2017-07-04 15:41 MatthewTiger 阅读(269) 评论(0) 推荐(0) 编辑

摘要: /// <summary> /// SQLite 操作类 /// Author Light /// </summary> public class SQLite { /// <summary> /// 数据库 /// </summary> public static string dataBaseP 阅读全文

posted @ 2017-07-04 15:36 MatthewTiger 阅读(3012) 评论(0) 推荐(0) 编辑


Copyright © 2024 MatthewTiger
Powered by .NET 9.0 on Kubernetes