What are the three Objects of ADO.

Answers were Sorted based on User's Feedback



What are the three Objects of ADO...

Answer / debasis

1.Connection
2.Command
3.Adapter

Is This Answer Correct ?    23 Yes 4 No

What are the three Objects of ADO...

Answer / abhi

1.connection
2.command
3.record set

Is This Answer Correct ?    12 Yes 7 No

What are the three Objects of ADO...

Answer / avanish singh

1.Connection
2.Command
3.Record set.

Is This Answer Correct ?    9 Yes 5 No

What are the three Objects of ADO...

Answer / vishwajit kumar

1)Connection Object
2)Command Object
3)DataAdapter

Is This Answer Correct ?    4 Yes 3 No

What are the three Objects of ADO...

Answer / edwin

Not Three objects.

ADO provides two objects for managing connections with data
sources
i.e., 1/Connection and 2/ Command

And two objects for managing the data returned from a data
source ie.,1/ Field and 2/ Recordset

And three secondary objects i.e.,1/ Parameters,
2/ Properties, and 3/ Errors for managing information about
ADO.

Is This Answer Correct ?    2 Yes 2 No

What are the three Objects of ADO...

Answer / anil kumar

Command
Connection
Recordset
Property
Parameter
Field
Error

Is This Answer Correct ?    0 Yes 0 No

What are the three Objects of ADO...

Answer / vamsi

data reader
data adapter and
data set

Is This Answer Correct ?    1 Yes 1 No

What are the three Objects of ADO...

Answer / hari

connection
command
reader
adapter

Is This Answer Correct ?    0 Yes 1 No

What are the three Objects of ADO...

Answer / prasad

connection
command
data reader

Is This Answer Correct ?    2 Yes 4 No

What are the three Objects of ADO...

Answer / santosh

Parameters
Properties and
Errors

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More ADO.NET Interview Questions

Why is stored procedure used in ado.net?

0 Answers  


What we do with the object of ado.net dataset after using it?Can we dispose it or can we set it nothing?Is it must or not?

4 Answers   SVI,


Which architecture does Datasets follow?

0 Answers  


What is datatable?

3 Answers  


What are the Different layers in ADO.Net?

7 Answers  






Is entity framework better than ado.net?

0 Answers  


How to read data with the sqldatareader ?

0 Answers  


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

0 Answers  


What does adodb stand for?

0 Answers  


What is sql connection in ado.net?

0 Answers  


What is the difference between ADO and ADO.Net?

0 Answers  


What is the difference between data grid and data repeater?

0 Answers  


Categories