Can I use One Data Set for More than one Data Adapter?
Answer Posted / neha
Yes, we can do that. But data from all adapters will get
filled in the same default datatable of the dataset.
That is, when we fill dataset with one adapter, the contents
got filled in the table, and when we fill the same dataset
again with the different adapters, the rows retrieved are
appended to the already existing table of the dataset.
So, if you want to just fill the dataset, you can do this,
but obviously, this won't be useful in other scenarios.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is ado.net in mvc?
Define the data provider classes that is supported by ado.net?
Can you explain how to enable and disable connection pooling?
What is partial class?
What does executequery return?
What is ado.net and its features?
What are the features of ado.net?
What are the steps to connect to a database?
Explain all the classes those are used for database connections between sql server and asp.net?
What is the use of SqlCommandBuilder?
What you mean by filtering of data?
What is ado.net and its architecture?
can we create synonymn in ms access,sql server,my sql if so explain me with example
What is dataset and datatable in ado.net?
Define different execute methods of ADO.NET command object ?