What is the key feature of ADO.NET compared to ADO ?

Answers were Sorted based on User's Feedback



What is the key feature of ADO.NET compared to ADO ?..

Answer / salahuddin ahmed

Unlike ADO, ADO.NET contains dataset object which acts in a
disconnected mode.

Is This Answer Correct ?    13 Yes 0 No

What is the key feature of ADO.NET compared to ADO ?..

Answer / abul

Disconnected architecture

Is This Answer Correct ?    1 Yes 0 No

What is the key feature of ADO.NET compared to ADO ?..

Answer / sure venkata praveen

ADO.NET will supports Connected & Disconnected architectures but ADO Supports Only Connected Architecture but does not support Disconnected Architecture

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What?s the role of the DataReader class in ADO.NET connections?

7 Answers   Honeywell, Ksb,


What are the advantages and drawbacks of using ado.net?

0 Answers  


Why is ADO.NET serialization slower than ADO ?

0 Answers   NA,


Which method in OLEDBAdapter is used to populate dataset with records?

0 Answers  


Explain the basic use of "dataview" and explain its methods.

0 Answers  


Which is faster ado.net or linq?

0 Answers  


What two types of data providers does ADO.NET supply? What determines which one you should use?

0 Answers   CDC,


Explain how to bind the controls(best practice) comboboxes to the data in the dataset?

0 Answers  


What is the default view of Data Grid?

5 Answers   TCS,


What are the types of databinding?

0 Answers  


How to fetch the last inserted record in a particular table?

10 Answers   CarrizalSoft Technologies, Microsoft,


How is it possible to get 2 tables of data at a time by using data reader?

0 Answers  


Categories