On what object is the transaction in ADO.NET focused on?
a) The command object
b) The DataSet object
c) The Connection object
d) The DataAdapter object

Answers were Sorted based on User's Feedback



On what object is the transaction in ADO.NET focused on? a) The command object b) The DataSet obje..

Answer / venu

c

Is This Answer Correct ?    4 Yes 0 No

On what object is the transaction in ADO.NET focused on? a) The command object b) The DataSet obje..

Answer / raja

commandobject y because we have to all dml operations using
command objects.DMLoperations nothingbut
Transactions.............so
ANS>A)command object

Is This Answer Correct ?    4 Yes 0 No

On what object is the transaction in ADO.NET focused on? a) The command object b) The DataSet obje..

Answer / g.b.prabhakaran

d

Is This Answer Correct ?    2 Yes 3 No

On what object is the transaction in ADO.NET focused on? a) The command object b) The DataSet obje..

Answer / ish

a) command object

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

Where is ViewState information stored?

18 Answers   DSRC, HCL,


What are the types of authentications in ASP.NET?

2 Answers   Accenture, BirlaSoft,


How many validators do ASP.NET have?

0 Answers   QuestPond,


why we are using delegates and in which condition it is required?

3 Answers   TCS,


How to store a dataset in a viewstate?

3 Answers   IBM,






What are the uses of reflection?

0 Answers  


How to manage pagination in a page?

2 Answers  


You have two buttons in web form and i clicked on one of the button, so how do i find which button i've clicked on the form in my page load?

15 Answers   INDUS,


i want to implement grid view value in paypal site. so how to create this code in asp.net with C#

0 Answers  


What is route in web api?

0 Answers  


You are creating a Web site for Your company. You receive product lists in the form of XML documents. You are creating a procedure to extract information from these XML documents according to criteria that your users will select. When a user makes a request, you want the results of these requests to be returned as quickly as possible. What should you do? A . Create an XmlDataDocument object and load it with the XML dat Use the DataSet property of the object to create a DataSet object. Use a SQL SELECT statement to extract the requested dat B . Create an XmlDataDocument object and load it with the XML data. Use the SelectNodes method of the object to extract the requested data. C . Create an XPathDocument object and load it with the XML data. Call the CreateNavigator method to create an XPathNavigator object. Call the Select method of the XPathNavigator object to run an XPath query that extracts the requested data. D . Create an XmlReader object. Use the Read method of the object to stream through the XML data and to apply an XPath expression to extract the requested data.

1 Answers   Syntax Softtech,


Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process?

1 Answers   Patni, Perot Systems, Sedna Technology,


Categories