How do you merge two datasets into the third dataset in a
simple manner?

Answers were Sorted based on User's Feedback



How do you merge two datasets into the third dataset in a simple manner?..

Answer / guest

ds1.Merge(ds2,true)

Is This Answer Correct ?    23 Yes 12 No

How do you merge two datasets into the third dataset in a simple manner?..

Answer / krishna

ds1.Merge(ds2,true)

ds1.Merge(ds3,true)

Is This Answer Correct ?    7 Yes 1 No

How do you merge two datasets into the third dataset in a simple manner?..

Answer / raj

HERE ans is No...coz third dataset is not present there....
also "ds1.Merge(ds2,true)" is not sufficient . How to show
this data into datagridview in VB.Net.?

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More ADO.NET Interview Questions

What happens when u try to update data in a dataset in .NET while the record is already deleted in SQL SERVER as backend?

5 Answers  


Explain the difference between an ado.net dataset and an ado recordset?

0 Answers  


What is difference between Dataview and Datatable?

0 Answers  


Explain which name space is used to get assembly details?

0 Answers  


What is Serialization in .NET? what are the types of Serialization?

0 Answers   Arigo Infotech,






How do you merge 2 datasets into the third dataset in a simple manner?

0 Answers  


Why do we serialize data?

0 Answers  


What are dataproviders?

0 Answers  


What's the difference between Dataset.clone and Dataset.copy?

10 Answers   Ksb,


how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....

1 Answers   Ford,


What is ado control?

0 Answers  


What is ado or jdbc?

0 Answers  


Categories