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

Describe datareader object of ado.net with example.

511


What are the benefits of using ado.net?

518


How can we load multiple tables in a dataset?

535


What is fill method in ado.net?

543


How do you update a dataset in ado.net?

551






What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)

583


Why is it important to close an ado.net application?

532


What are advantages of microsoft-provided data provider classes in ado.net?

547


What are the objects of ado.net?

531


What is ado code?

503


Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?

619


Why edit is not possible in repeater?

522


What is the hierarchy of data in databases?

500


Which is faster sqldataadapter and sqldatareader?

498


What is typed dataset ?

678