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.



You need to retrieve data from a Microsoft SQL Server 2000. Currently you are using an oleDbConnect..

Answer / g.b.prabhakaran

c

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More ASP.NET Interview Questions

What are the type of session in Asp.Net

3 Answers  


Why we use content place holder in asp.net?

0 Answers  


What is the lifespan for items stored in ViewState?

2 Answers   ISST,


How to find the client browser type ?

4 Answers   AQA, Cognizant, Satyam,


What is the difference between union and join?

0 Answers  


what is roles in asp.net

2 Answers  


What do you understand by aggregate dependency?

0 Answers   MindCracker,


What is web configuration file and how to use in web application

0 Answers   MCN Solutions,


How to implement globalization and localization in the use interface in .net.

0 Answers  


Explain the difference between response.redirect vs server.transfer

0 Answers  


How we implement web farm and web garden concept in asp.net?

0 Answers  


what are partial classes and their use?

3 Answers   Microsoft,


Categories