2021年1月14日
摘要: /// <summary> /// SqlServer数据访问帮助类 /// </summary> public sealed class SqlHelper { private static string _connectionString = "Server=PC-123\\SQLEXPRESS 阅读全文
posted @ 2021-01-14 16:42 缘惜 阅读(296) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// OleDbServer数据访问帮助类 /// </summary> public sealed class OleDbHelper { public static string getACCESS07constr(string accessfilename, st 阅读全文
posted @ 2021-01-14 16:36 缘惜 阅读(308) 评论(0) 推荐(0) 编辑