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.



You need to retrieve data from a Microsoft SQL Server 2000. Currently you are using an oleDbConnect..

Answer / g.b.prabhakaran

c

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More ASP.NET Interview Questions

Why do we need url encoding?

0 Answers  


Where would you use an ihttpmodule, and what are the limitations if any?

0 Answers  


What is view state and use of it ?

1 Answers  


What is wrong with a line like this? DateTime.Parse(myString)

5 Answers   Metasys,


what is diff between responseexpires and expiresabsolute

2 Answers   Accenture,






Explain the steps needed to be performed in order to create an animation in xaml?

0 Answers  


How is mvc different from asp.net? : Asp.Net MVC

0 Answers  


when to use webservice and when to use remotong diff between them

3 Answers  


Is oauth for authentication or authorization?

0 Answers  


What is the difference between the response.write() and response.output.write() methods?

0 Answers  


What is asp.net and how it works?

0 Answers  


Suppose you want a certain ASP.NET function executed on MouseOver overa certain button. Where do you add an event handler?

3 Answers   Visual Soft,


Categories