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

Is viewstate enabled by default?

0 Answers  


How asynchronous call can be implemented using delegates?

0 Answers  


What is cookies cache and session?

0 Answers  


About SOAP ?

3 Answers   Cognizant, Infosys,


How to create events for a control?

0 Answers  


What object is used to encapsulate a rowset? a) DataSet b) DataAdapter c) DataRowSet d) DataTable

2 Answers   Syntax Softtech,


What is server redirect?

0 Answers  


What is a session government?

0 Answers  


In which event of the page viewstate is available?

0 Answers  


What is the use of SmartNavigation property?

4 Answers  


What is difference between ASP and ASP.NET ?

3 Answers   TCS,


How can you handle exceptions in asp.net?

0 Answers  


Categories