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

What are the different ado.net namespaces are available in .net?

0 Answers  


Explain the role of data provider in ado.net?

0 Answers  


What are the major challenges in accessing data from a database?

0 Answers  


Does dapper use ado.net?

0 Answers  


What are the advantage of ado.net?

0 Answers  






Which type of database is used while processing dynamic database?

1 Answers   Microsoft,


What you mean by filtering of data?

0 Answers  


Explian About DataAdapters

0 Answers   BirlaSoft,


What is acid in ado.net?

0 Answers  


What is a datareader object?

0 Answers  


What is command class in ado.net?

0 Answers  


How to call the SQL commands asynchronously in ADO.NET version 2.0

4 Answers   DELL,


Categories