Difference between recordsets and sqlreader

Difference and similarity between recordsets in asp and datareader in asp.net

0


a source to share


2 answers


If you are comparing an ADO Recordset to an ADO.NET DataReader then Dino Esposito has a very old MSDN comparison article , some of the differences - it also covers DataSet.



+3


a source


A is DbDataReader

similar to read-only RecordSet

.



A is the DataTable

same as disabled RecordSet

.

+2


a source







All Articles