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

How to pass multiple tables in datasets simultaneously?

0 Answers  


What providers does ado.net uses internally ?

3 Answers   Digital GlobalSoft,


What are the objects of ado.net?

0 Answers  


Name which operations can you not perform on an ado.net dataset?

0 Answers  


What is XML serialization

0 Answers   Digital GlobalSoft,






What is aggregate root?

0 Answers  


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

0 Answers  


What is ado asp?

0 Answers  


Which is better ole db or odbc?

0 Answers  


What do you know about ado.net's methods?

0 Answers  


What are the ado.net connection pooling parameters?

0 Answers  


Where do you store connection string ?

3 Answers   Digital GlobalSoft,


Categories