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 is the functionality of data provider in ado.net?

0 Answers  


What are the features of ado.net?

0 Answers  


Differnces between oracle 9i and sql server?

2 Answers   College School Exams Tests, Microsoft,


What is the significance of CommandBehavior.CloseConnection ?

0 Answers   NA,


What are the 4 types of classes in ADO.NET?

5 Answers  


Command objects uses, purposes and their methods.

0 Answers  


What are the key events of sqlconnection class?

0 Answers  


How many commands does the oledbcommand takes?what are they?

2 Answers  


What is ado.net object model?

0 Answers  


Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?

0 Answers  


Which method is used to sort the data in ADO.Net?

0 Answers  


What is connection string?

0 Answers  


Categories