摘要: OleDbConnection conn = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=C:\\Documents and Settings\\Administrator\\My Documents\\Success.mdb;"); DataSet myDatset = new DataSet(); string comanderStr = "select * from 行政区划"; conn.Open(); OleDbDataAdapter myAdpt = n 阅读全文
posted @ 2012-07-17 15:48 美丽的矩阵 阅读(251) 评论(0) 推荐(0)
摘要: System.Runtime.InteropServices 阅读全文
posted @ 2012-07-17 12:34 美丽的矩阵 阅读(277) 评论(0) 推荐(0)