1DataSet ds  = new DataSet();
2ds.Load(reader,..);
3ds.Tables[0].Load(reader);
4
posted on 2006-08-30 13:55  xiaowy  阅读(431)  评论(0编辑  收藏  举报