Answer Posted / preeja
DATA ADAPTER IS USED TO RETRIEVE DATA FROM DATABASE TO DATA SET.
ALL MANIPULATIONS WE ARE DOING IN THE
DATASET(UPDATE,INSERT,DELETE...)ARE HANDLED BY THE DATA
ADAPTER..(WHICH MAKES CHANGES IN DATABASE.)
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is aggregate root?
What is executenonquery ado.net?
Explain the differences between oledb sql server, oledbdotnet provider?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What is the difference between Data adaptor and Data set?
What is ole access?
What is the use of data grid?
Give few examples of datareader that is used in different dataproviders.
What are the different row versions available in table?
What are the core objects of ADO.NET?
What is the meaning of executenonquery?
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?
Which ado.net object is very fast in getting data from the database?
How to connect and retrieve data from database using dataset
Define data adapter?