Select from following answers:- SqlDataAdapter
- Dataset
- Both a and b

- only b
- All Above
For accessing data from database we can use datareader but if we have to use dataset instead of datareader then we need both sqldataadapter and dataset because dataset only contain the data from multiple table and sqldataadapter is used for connection between dataset and database.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator