SqlDataReader, DataTable and Multiple Resultsets


Using a SqlDataReader for accessing a resultset returned from a DB is common practice, however, sometimes it’s convenient or neccesary however to use a DataTable/DataSet. When faced with this, I commmonly load a Datatable from a DataReader, like so This all works quite nicely. Now, I recently discovered that when working with multiple resultsets returned … Continue reading SqlDataReader, DataTable and Multiple Resultsets