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
how Sequence to connect and retrieve data from database using dataset?
Explian About DataAdapters
Explain ado.net features?
What is openquery?
Explain the difference in record set and dataset?
How can you add or remove rows from the datatable object of dataset?
What is the difference between Dataset. clone and Dataset.copy?
What are the namespaces used in ADO.Net to connect to a database?
What is sqldatareader in ado.net?
What is the difference between executenonquery () and executescalar ()?
What is defaultview in datatable?
Explain advantages of ado.net?
What is the current version of entity framework?
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
What is a string variable?