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 do you update database through dataset?

544


How to store data in memory?

508


What are the different row versions available in table?

531


What is difference between datagridview and datagrid control in winforms?

518


Define different execute methods of ADO.NET command object ?

553






What is sqldatareader in ado.net?

505


Define connection string?

591


What are the data providers in ADO.NET framework?

598


Which ado.net object is very fast in getting data from the database?

655


What is ole word?

544


What is oledb driver?

499


How to maintain the relation between two tables in ADO.NET?

541


What are the main differences between classic ado and ado.net?

523


What is the usage of the dataset object in ado.net?

491


Which object holds only data and does not interact with data source?

504