WHAT Are the major major compnents of a data provider in
ADO.net.

Answer Posted / niti

Major components of data provider in ADO.net indlude:
SQLDataProvider
OLEDBDataProvider
ODBCDataProvider

Various objects of the data provider include:
Connection object,
Command object,
Data Adapter,
Data Set,
Data Table

Is This Answer Correct ?    17 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is dao and ado?

481


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

619


What is microsoft ado?

515


How to store data in memory?

508


What is serialization and de-serialization in .net? How can we serialize the dataset object?

518






What is difference between sqldatareader and sqldataadapter?

488


What is datasource in ado.net?

590


How will you fill the gridview by using datatable object at runtime?

550


Explain ado.net features? Benefits? Drawbacks?

556


How to creating a SqlCommand Object?

593


What is ole used for?

502


How do you update a dataset in ado.net?

551


What is Dataset Object?

563


What is openquery?

529


oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?

1930