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
How many types of cache are there?
To redirect the user to another page which method do we use without performing a round trip to the client?
What is marshalling ? Is it a part of asp.net ?
What is app_code folder in asp net?
Describe Segmentation With Paging?
Differentiate strong typing and weak typing
Is asp.net web forms dead?
What is the size of Get method and how much data it can store?
Explain the difference between webfarm and webgardens in .net?
What is IPostBack? How to use it?
What is the main differences between asp and asp.net?
What are uri parameters?
What are triggers of an updatepanel?
What are the new login controls in asp.net 2.0?
What is session state server?