WHAT Are the major major compnents of a data provider in
ADO.net.
Answer Posted / mehboob ali chouhan
1.Connection
2.DataReader
3.DataAdapter
4.Command
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explian About DataAdapters
Define the executescalar method?
What is serialization and de-serialization in .net?
What are dataproviders?
What is sqldatareader?
What is the difference between Optimistic and Pessimistic locking?
Explain the dataadapter class in ado.net?
What are the differences between OLEDB and SQLClient Providers?
Is entity framework better than ado.net?
Can datareader hold data from multiple tables?
Which object holds only data and does not interact with data source?
What is DataReader Object?
What are the major difference between classic ADO and ADO.NET?
How to add an aggregate column?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?