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

Diff b/w DataReader,Dataset and Data table?

5 Answers   HCL,


What providers do you use to connect to oracle database ?

4 Answers   Digital GlobalSoft,


Explain the advantage of ADO.Net?

1 Answers  


What do you mean by performing asynchronous operation using command object?

1 Answers  


WHAT IS DIFF B/W VIEWS AND STORED PROCEDURE

2 Answers  


What are the key features of ado.net?

1 Answers  


What is variable view?

1 Answers  


What is azure ado?

1 Answers  


What is ole word?

1 Answers  


What is datatable in ado.net?

1 Answers  


If i am expecting a single result from sqlserverdatabase then what command should i follow ?sqlcommand.executereader (commandbehaviour.singleresult)or sqlcommand.executescalar()

4 Answers  


What is a dataview?

1 Answers  


Categories