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

What is ado circle?

0 Answers  


What is ado and dao?

0 Answers  


What is difference between entity framework and ado.net?

0 Answers  


What are the differences between RAW, AUTO and Explicit modes in retrieving data from SQL Server in XML format?

1 Answers   TCS,


If a dataset contains 100 rows, how to fetch rows between 10 and 20 only ?

14 Answers   Ksb,


Explain sqlconnection object?

0 Answers  


What is the meaning of object pooling?

0 Answers  


What does sqldatareader return?

0 Answers  


explain connection less and with connection?diference between data reader,data set,data adapter? can we use data reader,data set in a single application? if yes explain with simple code,if no explain?

3 Answers   Techno Labs,


Define the data provider classes that is supported by ado.net?

0 Answers  


How to add a javaScript function in a datagrid?

0 Answers   C DAC, CDAC,


What are the Different layers in ADO.Net?

10 Answers   eXensys,


Categories