What are the three Ado objects?

Answers were Sorted based on User's Feedback



What are the three Ado objects?..

Answer / jagadeesh

1. Connection
2. Command
3. RecordSet
There is no datareader and dataset.this concept is
belonging to ado.net.

in ado.net if u want recordset,then also u can use using
adodb namespace.

Is This Answer Correct ?    16 Yes 0 No

What are the three Ado objects?..

Answer / raghav mahajan

The three objects are:
1. Connection
2. Command
3. RecordSet

Is This Answer Correct ?    15 Yes 1 No

What are the three Ado objects?..

Answer / ranjeet kumar panda

1. Connection
2. Command
3. RecordSet


ADO provides:
* two objects for managing connections with data sources
(Connection and Command)

*two objects for managing the data returned from a data
source (Field and Recordset)

* three secondary objects for managing information about
ADO (Parameters, Properties, and Errors) .

Is This Answer Correct ?    4 Yes 0 No

What are the three Ado objects?..

Answer / sush

1.)Connection object
2.)command object
3.)dataset objet

Is This Answer Correct ?    6 Yes 7 No

What are the three Ado objects?..

Answer / vijay

connection object
command object
datareader object

Is This Answer Correct ?    2 Yes 3 No

What are the three Ado objects?..

Answer / kamalakannan.a

1)Connection
2)Command
3)Adapter

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More ADO.NET Interview Questions

Being fresher How would i answer to the question that what is your salary exception?

4 Answers  


What are all the commands used with Data Adapter?

0 Answers  


What is the hierarchy of data in databases?

0 Answers  


What providers does ado.net uses internally ?

3 Answers   Digital GlobalSoft,


What is the purpose of using adodb?

0 Answers  






What are the different namespaces used in the project to connect the database?

3 Answers  


Difference between datareader and dataset?

26 Answers   Microsoft, Noel Infotech, Satyam, Value Labs,


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

0 Answers  


differance between ADO vs ADO.Net?

0 Answers   MCN Solutions,


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

0 Answers  


Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?

0 Answers  


What is the use of sqldatareader class?

0 Answers  


Categories