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 / bhavesh chhatrala

Datareader and Dataset are the two fundamental objects in
ADO.NET

Is This Answer Correct ?    53 Yes 2 No

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

Answer / satyambabu

two fundamental objects in ADO.NET
Datareader:- connected architecture
and
Dataset :-disconnected architecture

Is This Answer Correct ?    46 Yes 5 No

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

Answer / apuroop

DataSet
DataReader
Dataset is disconnected archtecture
Data Reader is Connected Architecture

Is This Answer Correct ?    10 Yes 2 No

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

Answer / manoj

two fundamental objects in ADO.NET
connected architecture (like Datareader)
and
disconnected architecture (like Dataset)

Is This Answer Correct ?    4 Yes 1 No

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

Answer / sonal

DATA PROVIDER(comprises of connection, command, data reader and data adapter)-> CONNECTED Architecture

DATA SET-> DISCONNECTED Architecture

Is This Answer Correct ?    1 Yes 0 No

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

Answer / gourav jain

1) Data set
2) .Net data provider
comprises of (Connection object, Command object, Data
Reader, Data Adapter).

Is This Answer Correct ?    3 Yes 4 No

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

Answer / roy

ds
dr

Is This Answer Correct ?    0 Yes 1 No

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

Answer / loysg

connection string,commond

Is This Answer Correct ?    2 Yes 28 No

Post New Answer

More ADO.NET Interview Questions

Define bubbled event?

0 Answers  


Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.

0 Answers  


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

0 Answers  


What is ado control?

0 Answers  


Whate are different types of Commands available with DataAdapter ?

2 Answers  






Describe ado.net object model in detail.

0 Answers  


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

0 Answers  


What does ado stand for in ado.net?

0 Answers  


What is sqldatareader?

0 Answers  


Which keyword is used to accept variable number of parameters?

0 Answers  


What is execute reader in ado.net?

0 Answers  


Define data adapter?

0 Answers  


Categories