nerdexam
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)
  • A
    4% (1)
  • B
    71% (20)
  • C
    7% (2)
  • D
    18% (5)

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice