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 do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What is a ashx file?
What is web api vs wcf?
What is caching? What are different ways of caching in asp.net?
Explain how viewstate is being formed?
How does http session work?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
What are the different types of Caching techniques in ASP.NET?
What are the cookies types in asp.net?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
What is ispostback property?
What is data caching?
How to use push notification?
How do you change the session time-out value?