hi all, been awhile since i posted here
i'm not %100 sure this is the proper forums (my question is about DataSets within the code) but here goes:
i have a DataSet with 3 tables - 1 parent table ("TableA"), 2 child tables ("TableB", "TableC").
i need to cascade the results when i filter the parent table records - basically:
TableA.Field=value
and then only show the records from TableB, TableC that have a parent row.
without doing a for / next loop, is there anyway to apply a filter like this to a dataset object? i tried using a DataViewManager but with no luck.
thanks in advance!
i'm not %100 sure this is the proper forums (my question is about DataSets within the code) but here goes:
i have a DataSet with 3 tables - 1 parent table ("TableA"), 2 child tables ("TableB", "TableC").
i need to cascade the results when i filter the parent table records - basically:
TableA.Field=value
and then only show the records from TableB, TableC that have a parent row.
without doing a for / next loop, is there anyway to apply a filter like this to a dataset object? i tried using a DataViewManager but with no luck.
thanks in advance!