5 trang
116 lượt xem
8
116
Converting a DataReader to a DataSet
[ Team LiB ] Recipe 5.3 Converting a DataReader to a DataSet Problem You need to transfer data from a DataReader to a DataSet. Solution Create a DataTable schema in the destination DataSet using the schema information returned by the GetSchemaTable( ) method of the DataReader.
luvpro