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

what is a dataview?why is it used for?

4 Answers   Choice Solutions,


What is an example of ordinal data?

0 Answers  


What is the difference between ADO and ADO.Net?

0 Answers  


What is microsoft ado.net?

0 Answers  


How do you update a dataset in ado.net and how do you update database through dataset?

0 Answers  






What is commandbuilder in ado.net?

0 Answers  


What happens when u try to update data in a dataset in .NET while the record is already deleted in SQL SERVER as backend?

5 Answers  


Is it possible to load multiple tables in a Dataset?

0 Answers  


What is partial class?

0 Answers  


How can we perform transactions in .net?

0 Answers  


what is the syntax code for oldb to connect oracle?

2 Answers  


What are the advantages of oledb compared with other classes?

0 Answers  


Categories