You need to retrieve data from a Microsoft SQL Server 2000.
Currently you are using an oleDbConnection object to connect
to the database server. You need to be able to retrieve the
data from the database server in XML format. Which approach
would be the most efficient? Select all that apply. Each
answer constitutes part of the whole answer.
a) Change to the SQL .NET provider.
b) Use the ExecuteXmlReader() method of the xxxCommand object
c) Use the DOM to create the XML document.
d) Use the XmlDocument.Load() method to create the XML Document.
Answer Posted / g.b.prabhakaran
c
Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Describe how passport authentication works.
Explain what is an assembly?
How is mvc different from asp.net? : Asp.Net MVC
What is the biggest disadvantage of “Other Return Types” in Web API?
Which authentication uses a combination of windows and iis authentication?
What is session authentication?
Difference between response.redirect and server.transfer?
How can you identify that the page is post back?
How do you identify that the page is postback?
How asynchronous call can be implemented using delegates?
Describe state management in asp.net?
What are the merits and demerits of viewstate?
How can you register a custom server control to a web page?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
Explain how asp.net different from asp?