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 abstract class vs interface? Can give me the real time examples?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
Web API uses which library for JSON serialization?
How many types of state management are there in asp net?
What is advantage of code behind coding in ASP.NET?
Which tool you have done?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
Explain difference betn dataset and recordset?
If you are using components in your application, how can you handle exceptions raised in a component?
What's the difference between viewstate and sessionstate?
Which authentication uses a combination of windows and iis authentication?
What are the steps to follow to host a web application on a web server?
What is inheritance and an how it be used, example with an example?
Is web config mandatory?
How many types of controls are there in asp.net?