摘要: #region set connection string strConn = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source= "+this.txtPath.Text+";Extended Properties=Excel 8.0;"; myDataReader = null; craboDbConnection = new OleDbConnection(strConn); OleDbCommand myOleDbCommand = new OleDbCommand("SELECT * FROM 阅读全文
posted @ 2012-10-24 16:02 蓬莱仙羽 阅读(157) 评论(0) 推荐(0)