G
Guest
Hi,
I've managed to populate a dataset with two different datatables from
different webservices. They each contain a different number of columns but
both have the Ticker symbol as a common key.
Is there a way to "join" or combine these the two tables based on the ticker
into one? I only want to return rows from each where there is a match on
ticker between the two (like an inner join).
I've tried creating a DataRelation but the datatable I had setup as the
parent returns all it's rows when I bind it to a datagrid even though there
are no matching children. So, I'm not sure if this object is the way to go.
If I'm able to combine the datatables into a single one, I want to filter it
at that point.
Thanks, Dave
I've managed to populate a dataset with two different datatables from
different webservices. They each contain a different number of columns but
both have the Ticker symbol as a common key.
Is there a way to "join" or combine these the two tables based on the ticker
into one? I only want to return rows from each where there is a match on
ticker between the two (like an inner join).
I've tried creating a DataRelation but the datatable I had setup as the
parent returns all it's rows when I bind it to a datagrid even though there
are no matching children. So, I'm not sure if this object is the way to go.
If I'm able to combine the datatables into a single one, I want to filter it
at that point.
Thanks, Dave