Answer Posted / rahul singhal
dataadopter is just like a bridge between ur application and
data source. it it is used to provide the table info.to fill
dataset.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the current version of entity framework?
What is read only and forward only in ado.net?
What is acid in ado.net?
How can we check that some changes have been made to dataset since it was loaded?
Describe the command object and its method.
What is the return type of executescalar?
What is the use of ADO.NET and XML web services?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
Explain how can we load multiple tables in to dataset?
Can we do database operations without using any of the ado.net objects?
Explain the differences between oledb sql server, oledbdotnet provider?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is the difference between ado.net and entity framework?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Give few examples of datareader that is used in different dataproviders.