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

Does dapper use ado.net?

0 Answers  


Explain the difference between data reader and data adapter?

0 Answers  


Define data access layer?

0 Answers  


Explain what are acid properties?

0 Answers  


Explain the role of data provider in ado.net?

0 Answers  


how to display empty table to datagrid

3 Answers   LG Soft,


What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?

0 Answers  


Where do you store connection string ?

3 Answers   Digital GlobalSoft,


Can you explain how to enable and disable connection pooling?

0 Answers  


What are the key events of sqlconnection class?

0 Answers  


What are datareaders?

0 Answers  


What are all the classes that are available in System.Data Namespace?

0 Answers  


Categories