摘要: 1.在Sql2005创建对应的表"Roll" 2.应用以下这段代码 string execelConnectionStr = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\Book1.xls;Extended Properties=""Excel 8.0;HDR=YES;"""; using (OleDbConnect... 阅读全文
posted @ 2008-06-05 14:10 RicoRui 阅读(2112) 评论(1) 推荐(0) 编辑