Answer Posted / 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 |
Post New Answer View All Answers
What does ado stand for in ado.net?
How can you add or remove rows from the datatable object of dataset?
What does datareader object do?
How to identify the updated rows in a dataset?
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
What is row state?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
Explain the namespaces in which .net has the data functionality class.
What is the use of SqlCommand object?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is a datagridview?
What is difference between executenonquery and executequery?
Define the data provider classes that is supported by ado.net?
What are good ado.net object to replace to ado recordset object.
What is ado code?