What are the three Ado objects?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we add/remove row's in "datatable" object of "dataset"?

536


What is basic use of data view?

504


Explain the different row versions available in table?

543


What are typed and untyped dataset?

548


Why is stored procedure used in ado.net?

544






Explain what is datagrid with an example?

579


Do you use stored procedure in ado.net?

540


Explain ado.net features?

530


What is a sqldataadapter?

519


What is a control toolbox?

499


What are the key features of ado.net?

659


What are the parameters that control most of connection pooling behaviours?

566


What is the difference between the clone() and copy() methods of the dataset class?

540


Explain what are the steps to connect to a database?

488


how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?

573