What are the two fundamental objects in ADO.NET?

Answers were Sorted based on User's Feedback



What are the two fundamental objects in ADO.NET?..

Answer / pankaj kumar

Dataset,dataprovider

Is This Answer Correct ?    19 Yes 6 No

What are the two fundamental objects in ADO.NET?..

Answer / nandini

DataSet and DataReader are the tow funadamental object in
ADO.NET

Is This Answer Correct ?    9 Yes 0 No

What are the two fundamental objects in ADO.NET?..

Answer / sandyni

Dataset which is disconnected and DataReader which is
connected are the two main fundamental objects of ADO.Net

Is This Answer Correct ?    5 Yes 0 No

What are the two fundamental objects in ADO.NET?..

Answer / spvarma

#1 is wrong remaings are correct
DataSet and DataReader are the tow funadamental object in
ADO.NET

Is This Answer Correct ?    3 Yes 0 No

What are the two fundamental objects in ADO.NET?..

Answer / tahir

yeah, its DataSet and DataReader.

Is This Answer Correct ?    2 Yes 0 No

What are the two fundamental objects in ADO.NET?..

Answer / murali

DataSet and DataAdapter

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?

0 Answers  


How to identify the controls which can be used for binding data?

0 Answers  


What is ado.net code?

0 Answers  


Which is better ole db or odbc?

0 Answers  


What is difference between Dataview and Datatable?

0 Answers  






Which are the different IsolationLevels ?

3 Answers  


Define executenonquery?

0 Answers  


What is the hierarchy of data in databases?

0 Answers  


Is it possible to edit data in Repeater control?

0 Answers  


What is data view and variable view?

0 Answers  


What is the default Timeout for SqlCommand.CommandTimeout property?

0 Answers  


What is the difference between SqlCommand and SqlCommandBuilder?

0 Answers  


Categories