When might you choose a DataSet over a Data Reader?
1
You need to edit or manipulate data before potentially writing it back to the database.
2
You primarily need to perform read-only operations on a small dataset.
3
You prioritize memory efficiency above all else.
4
Both (b) and (c)