Pages

Wednesday 3 April 2013

Difference between Dataset and DataReader

DataSet object
DataReader object
It is defined with multiple tables.
It is a read only and forward only data.
It is a disconnected architecture
It is comes under connected architecture.
Read/Write access
Read-only access
Bind to multiple controls
Bind to a single control
Slower access to data
Faster access to data
Dataset is non persistence.
DataReader is persistence.

No comments:

Post a Comment