Microsoft
98-361 · Question #316
98-361 Question #316: Real Exam Question with Answer & Explanation
Sign in or unlock 98-361 to reveal the answer and full explanation for question #316. The question stem and answer options stay visible for context.
Question
Your application includes a SqlDataAdapter object named sqlDataAdapter and an OleDbDataAdapter object named oledbdataAdapter. You need to connect to the Employees table of a SQL Server database. Your application also includes a DataSet object named dsEmployees. You need to load the data from the database into the DataSet object. You must select a solution that gives you the best performance. Which of the following lines of code should you choose?
Options
- AdsEmployees = sqlDataAdapter.Fill("Employees");
- BdsEmployees = oledbDataAdapter.Fill("Employees");
- ColedbDataAdapter.Fill(dsEmployees, "Employees");
- DsqlDataAdapter.Fill(dsEmployees, "Employees");
Unlock 98-361 to see the answer
You've previewed enough free 98-361 questions. Unlock 98-361 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.