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