describe about the ado.net object model

Answer Posted / sandyni

The main object model of an ADO.Net architecture is "Data
Provider". It provides data access to SQl server ,Oracle,
Access in order to retreive,update and insert data in the
datastore.

the main objects of ADO.Net object model are....

1.connection object : used to establish connection to
database.

2.command object: it is used to execute commands and stored
procedures.

3.dataAdapter object: used to establish connection between
datastore and dataset.

4.dataReader object: used to read data from dataset in
forward only.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between executenonquery () and executescalar ()?

486


What is the difference between a datareader and a dataset?

517


What is difference in record set and dataset?

532


What is ado.net components?

503


What is sql command in ado net?

497






What is data control techniques?

506


What is method to get XML and schema from Dataset? getXML() and get Schema ()

539


What is csdl entity framework?

549


What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?

529


What are ado.net objects?

530


Give an example that shows how to execute a stored procedure in ado.net?

562


What is difference between executequery and executeupdate?

496


What is data access pattern?

491


Can you explain how to enable and disable connection pooling?

504


What are two important objects of ADO.Net?

554