摘要: connstring = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + System.Web.HttpContext.Current.Server.MapPath("~/App_Data/dat.mdb"); 阅读全文
posted @ 2010-04-01 12:10 greencolor 阅读(112) 评论(0) 推荐(0)
摘要: <appSettings><add key="SQLConnString" value="Data Source=.;Initial Catalog=Attendance;uid=sa;pwd=sa"/></appSettings> 阅读全文
posted @ 2010-04-01 10:44 greencolor 阅读(123) 评论(0) 推荐(0)