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