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
Command objects uses, purposes and their methods.
What is the difference in record set and dataset?
How to enable and disable connection pooling?
How do you merge 2 datasets into the third dataset in a simple manner?
What are the different ado.net namespaces are available in .net?
What is the usage of the dataset object in ado.net?
What is the difference between the clone() and copy() methods of the dataset class?
Can you explain how to enable and disable connection pooling?
What are basic methods of dataadapter?
What are the usages of the command object in ado.net?
Which is faster entity framework or ado.net?
What is ado rdo dao in visual basic?
What are the several execute methods of ado.net?
What is ado and rdo?
What is XML serialization