How do i perform intersection in 2 datasets having a same col.




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

Re: How do i perform intersection in 2 datsets?? by olrt

olrt
Wed Mar 29 13:52:58 CST 2006

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.


Re: How do i perform intersection in 2 datsets?? by H5N1

H5N1
Thu Mar 30 04:09:49 CST 2006

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