Description:
A Practical Comparison of ADO and ADO.NET - Part II is an article in which the author compares the recordset of ADO with the Rowset of the ADO.NET. The rowset of the ADO.NET belongs to the OleDbDataReader and SqlDataReader classes. Using Recordset you can store the result of the SQL query. The Read() method of the SqlDataReader makes the rowsets cursor to move forward and thus gives you access to the next row.
You could be the FIRST one to write a review for A Practical Comparison of ADO and ADO.NET - Part II. |