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

Can i have both C# and vb.net code in same assembly?how?

5 Answers   Wipro,


What is the significance of finalize method in .net?

0 Answers  


Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?

0 Answers  


accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.

1 Answers  


What is asp net objects?

0 Answers  






What is difference between masterpage and user control, what is the objective of master page when we had user control in .NET 1.1 version

3 Answers   DELL, Soham,


hi all; i need standard notes on .net(basics) for my seminar. im a starter in .net. plz suggest whr can i get satisfactory notes!!!

1 Answers  


Diff B/W user control and server control

3 Answers  


can u any one tell me clearly where is stored cache datas?

2 Answers   Apollo,


How do I send an email message from my ASP.NET page?

0 Answers  


How can we Deploy a website?

2 Answers  


How do you change the session time-out value?

0 Answers   TryTechnicals Pvt Ltd,


Categories