1.

Give An Example Scenario Of Using A Dataset And A Datareader?

Answer»

If you want to just read and DISPLAY the data(No updates, DELETES, or INSERTS) then USE a DataReader.
If you want to do a batch inserts, updates and deletes then use a DataSet.

If you want to just read and display the data(No updates, deletes, or inserts) then use a DataReader.
If you want to do a batch inserts, updates and deletes then use a DataSet.



Discussion

No Comment Found