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
What is datagrid asp.net?
What are the major built-in objects in ASP.NET?
What is the difference between client-side and server-side validations in ASP.NET?
Can we override the enablepartialrendering property of the scriptmanager class?
What is view state management in asp net?
What is a windows service?
What are the versions of garbage collection?
how to debug web services on consumer side?
What can we do with asp.net?
how to transfer the file from client to server using asp.net
Describe the method to create a permanent cookie?
What’s the use of “GLOBAL.ASAX” file?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
How to prepare culture-specific formatting in .net.
How to improve performance of web application asp.net mvc? : Asp.Net MVC