文章分类 -  SqlHelper磨剑

摘要:/// <summary> /// 连接Access数据库帮助 /// <appSettings> /// <add key="DbPath" value="C:\AddressList.mdb"/> /// </appSettings> /// </summary> public class Ac 阅读全文
posted @ 2016-10-29 23:22 风中寻觅 阅读(194) 评论(0) 推荐(0)
摘要:/// <summary> /// 数据库的备份与恢复 /// </summary> public class BackupAndRestoreDb { /// <summary> /// 备份数据库 /// </summary> /// <param name="backupPath"></par 阅读全文
posted @ 2016-10-29 19:07 风中寻觅 阅读(125) 评论(0) 推荐(0)
摘要:/// <summary> /// SQL Server 帮助类 /// </summary> public class SqlDbHelper { private static string connString = ConfigurationManager.ConnectionStrings[" 阅读全文
posted @ 2016-10-29 15:29 风中寻觅 阅读(215) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2016-07-07 11:05 风中寻觅 阅读(2) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2016-07-03 21:01 风中寻觅 阅读(3) 评论(0) 推荐(0)