Home All Groups Group Topic Archive Search About

How do i perform intersection in 2 datsets??

Author
29 Mar 2006 6:01 PM
Adi Kulkarni
How do i perform intersection in 2 datasets having a same col.




*** Sent via Developersdex http://www.developersdex.com ***

Author
29 Mar 2006 7:52 PM
olrt
Hello, do you mean JOIN between two datasets ?
It's possible to do JOINs between DataTables in a DataSet,
but it seems to me odd to do JOINs between DataTables from
two DataSets...
Maybe you should expose your design so that one
may give guidance by answer.
Author
30 Mar 2006 10:09 AM
H5N1
I'd also like to know the answer.

>From my point of view: let's say I want to present JOINed query in
gridview - from what I know, if i bind it with dataset with join query,
update methods want be generated.
So one of resolutions would be to define 2 (or more) single table
DataTables, join them, feed it to gridview, and on update of gridview
somehow modify those singletable datasets.

Is there simpler way to do it?

thanks a lot

AddThis Social Bookmark Button