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

What are the different methods available under the sqlcommand class to access the data?

0 Answers  


how to display empty table to datagrid

3 Answers   LG Soft,


Features and disadvantages of dataset?

2 Answers   CarrizalSoft Technologies, Infosys, Microsoft, Sampath Software,


What is the difference between oledbreader and datasetwhile connecting?

1 Answers  


What providers does Ado.net uses?

0 Answers  


Define partial class?

0 Answers  


What is the difference between executenonquery () and executescalar ()?

0 Answers  


What is difference between executenonquery and executequery?

0 Answers  


What is microsoft ole db provider for sql server?

0 Answers  


The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx

0 Answers  


What is the difference between ado.net and entity framework?

0 Answers  


Explain ado.net features?

0 Answers  


Categories