2014年3月14日

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Data;using System.Data.OleDb;public partial class _Default : System.Web.UI.Page{ oledbAccessHelper myacc; protected void Page_Load(object sender, EventArg 阅读全文
posted @ 2014-03-14 17:38 chenggaohua 阅读(216) 评论(0) 推荐(0)
 
摘要: '> 阅读全文
posted @ 2014-03-14 17:35 chenggaohua 阅读(188) 评论(0) 推荐(0)
 
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Data;using System.Data.OleDb;//////oledbAccessHelper 的摘要说明///public class oledbAccessHelper{private string oledbstr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=";OleDbConnection myconn=null;pu 阅读全文
posted @ 2014-03-14 17:31 chenggaohua 阅读(245) 评论(0) 推荐(0)