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 does session authentication work?
What are validator? Name the validation controls in asp.net?
What is server components?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
What are session objects?
Where sessions are stored?
What is the difference between the get method () and post method ()?
Elaborate differentiation between Cache and Application?
What is x xss protection?
What are the two properties that are common on every validation control?
What are HTTP handlers in ASP.NET?
How would you implement inheritance using c#?
What is the flow of processing of the request? : asp.net mvc
What is session and application variable in asp net?
What is asp.net master page?