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 are advantages of microsoft-provided data provider classes in ado.net?

0 Answers  


Which namespaces are used for data access?

0 Answers   SwanSoft Technologies,


Describe the command object and its method.

0 Answers  


What is the difference between Dataset. clone and Dataset.copy?

0 Answers  


what is connection pooling ?

3 Answers   Vertex,






What are the benefits of ADO.NET?

0 Answers   B-Ways TecnoSoft,


What is ado control?

0 Answers  


Which is faster dataset or datareader?

0 Answers  


If a table contains 20000 records. In a page at each time 100 records to be displayed.

0 Answers  


what are the two key events for the sql connection class? explain the differnce between the two.

2 Answers   HCL, NIIT, Zensar,


Which database is the ado.net sql connection object designed for?

0 Answers  


What are all the classes that are available in System.Data Namespace?

0 Answers  


Categories