Click here to Skip to main content
15,901,122 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I had two Dataset's with different data in it, I have to use those two Datasets in a single table, like some columns data must be from one dataset and rest using other dataset, I tried one binding directly and other thru expression, but I couldn't because the one I used through expression the data is getting duplicated (I mean showing the same value for all the rows) is there any way I can use multiple Datasets?

Please help me out.
Posted
Updated 2-Mar-11 11:17am
v2
Comments
makwith9789 7-Mar-11 9:46am    
I i found the answer for this question using functions and joins

1 solution

The normal way to use data from more than one table is to use a JOIN in your SELECT statement.

Here[^] is an article that explains the different types of join, with examples.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900