Microsoft
98-361 · Question #311
You are developing an application that needs to retrieve a list of customers and their orders from a SQL Server database. After the list is retrieved, you should be able to display this data, even…
The correct answer is B. DataSet. See the full explanation below for the reasoning.
Question
You are developing an application that needs to retrieve a list of customers and their orders from a SQL Server database. After the list is retrieved, you should be able to display this data, even when a connection to the SQL Server is not available. Which of the following classes should you use to hold the data?
Options
- ADataAdapter
- BDataSet
- CDataView
- DSqlDataReader
How the community answered
(28 responses)- A4% (1)
- B71% (20)
- C7% (2)
- D18% (5)
Community Discussion
No community discussion yet for this question.