difference between data set and data reader

sushilsharma

New member
Joined
Mar 19, 2009
Messages
3
Programming Experience
1-3
Data Set retrives information from the database, whereas data reader reads the information sequentially from the database,it is read only mode.

Sushil sharma
 
Data Set retrives information from the database, whereas data reader reads the information sequentially from the database,it is read only mode.

Sushil sharma
Is this a question or a statement? DataSets don't retrieve anything. They just sit there and contain DataTables and DataRelations. The information they contain usually comes from a database but there's no requirement that it does.
 
Back
Top