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 do you find the count of records in a dataset?

0 Answers  


ADO and ADO.NET differences?

3 Answers   Microsoft,


What is difference between Dataview and Datatable?

0 Answers  


What are the differences between OLEDB and SQLClient Providers?

0 Answers  


Which parameter of ConnectionString is used to specify the name of the database?

0 Answers  






differance between ADO vs ADO.Net?

0 Answers   MCN Solutions,


Can we load multiple tables in a dataset?

0 Answers  


On ODP.net ?

1 Answers   MMTS,


what are the differences between dataset and datareader?

4 Answers   Choice Solutions,


What is full form of ado?

0 Answers  


What two types of data providers does ADO.NET supply? What determines which one you should use?

0 Answers   CDC,


Explain acid properties?

4 Answers  


Categories