Which of the following statements is true about modifying data retrieved using a SQL Data Reader?
1
You can easily modify and update individual records.
2
Modifications made to the Data Reader are automatically reflected in the database.
3
Data Readers are read-only.
4
You can convert a Data Reader to a DataSet for modification.