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 the difference between client-side and server-side validations in webpages?
What is a user developed application?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
Difference between application events and session events
Using code explain Configuration Management
What is asp.net master page?
Explain client side state management system.
Explain some of the major built-in objects in asp.net
What is csrf attack in asp.net?
Explain about Automatic resource management?
What is active web pages?
How can we create custom controls in asp net?
What are user controls?
If you want to write your own dot net language, what steps you will you take care?
Which method do you use to kill explicitly a users session?