摘要: web.config中添加 在OleDbHelper.cs中添加 Code public static readonly string DBName = ConfigurationManager.AppSettings.Get("DBName").ToString(); public static readonly string DBDriver = ConfigurationManager.Ap... 阅读全文
posted @ 2009-08-22 10:06 E商.NET 阅读(170) 评论(0) 推荐(0) 编辑