摘要: //建立与数据库的连接 string strcon = ConfigurationManager.ConnectionStrings["XU"].ConnectionString; SqlConnection con = new SqlConnection(strcon); // 指定数据集 SqlCo... 阅读全文
posted @ 2017-09-02 14:38 水泽 阅读(227) 评论(0) 推荐(0)
摘要: DataTable把数据映射到本地缓存表中 阅读全文
posted @ 2017-09-02 11:52 水泽 阅读(213) 评论(0) 推荐(0)