Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?



Which one of the objects is a high-level abstraction of the connection and command objects in ado.ne..

Answer / Dipanker Sharma

Sqldataadapter is a high-level object that is an abstraction of the Connection and Command objects in ADO.NET. It combines the functionalities of a DataReader and a DataSet by allowing you to fill a DataSet and update data in the database.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is difference between ado.net and asp net?

1 Answers  


What does datareader object do?

1 Answers  


Explain how to pass multiple tables in datasets simultaneously?

1 Answers  


What are the important features of ado.net 2.0?

1 Answers  


What is ado or jdbc?

1 Answers  


How do we invoke queries from the application ?

2 Answers   ICICI, Microsoft,


What is ole data type?

1 Answers  


What are the two fundamental objects in ADO.NET?

8 Answers   Ksb, TCS,


What is ado.net explain with diagram?

1 Answers  


What is data control techniques?

1 Answers  


What is executequery?

1 Answers  


Which is faster sqldataadapter and sqldatareader?

1 Answers  


Categories