Can I use One Data Set for More than one Data Adapter?

Answers were Sorted based on User's Feedback



Can I use One Data Set for More than one Data Adapter?..

Answer / satyajeet

YEs By using Dispose method

Is This Answer Correct ?    8 Yes 2 No

Can I use One Data Set for More than one Data Adapter?..

Answer / aravind

No. We can't use.

Is This Answer Correct ?    9 Yes 4 No

Can I use One Data Set for More than one Data Adapter?..

Answer / nirmalsuda

NO...

Is This Answer Correct ?    7 Yes 4 No

Can I use One Data Set for More than one Data Adapter?..

Answer / kumar

No...

Is This Answer Correct ?    3 Yes 1 No

Can I use One Data Set for More than one Data Adapter?..

Answer / 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

Can I use One Data Set for More than one Data Adapter?..

Answer / satya

no

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More ADO.NET Interview Questions

can anybody show me the structure of ADO.NET

1 Answers  


Explain the namespaces in which .net has the data functionality class.

0 Answers  


What does ado stand for?

0 Answers  


How to find the given query is optimised one or not?

0 Answers  


How do you connect to sql server database without using sqlclient?

0 Answers  






What is the provider and namespaces being used to access oracle database?

5 Answers   E2E, Microsoft,


Describe ado.net object model in detail.

0 Answers  


What are dataproviders?

0 Answers  


how to display empty table to datagrid

3 Answers   LG Soft,


feature of ADO.Net

11 Answers   Wipro,


Explain the two fundamental objects in ado.net?

0 Answers  


When multiple users attempt to modify data at the same time Ex user 1 is updating record at same time user2 deleted record sucessfully.now user1 has press update button . how to handle concurrency

4 Answers   Digital Group,


Categories