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
What are the essential features of ado.net?
What is ado.net object model?
What is dbcontext and dbset in entity framework?
Does ado.net use odbc?
What is the usage of the dataset object in ado.net?
How to creating a SqlCommand Object?
What is ole in excel?
What is full form of ado?
What are all components of ADO.Net data provider?
What are good ado.net object to replace to ado recordset object.
What is ado or jdbc?
Can we do database operations without using any of the ado.net objects?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
What is the difference in record set and dataset?
Explain how to find the given query is optimised one or not?