G
Glenn
I have lookup/record selection grids bound to datasets with lists based on
join queries. Periodically, I want to update these datasets to reflect
changes made by other users. It seems the dataset.merge on the original
dataset with a dataset of the refreshed records just duplicates the records.
Although the list is a main table with PK and the other tables in the join
query are just lookup values (leaving only one record per PK), the dataset
merge does not work.
Is this possible or is the only way to "refresh" a dataset based on a joined
table to loop through and update each field? Note, I do not want to just
re-fill the original dataset as it is bound to a grid and so all the event
firing and other binding operations would be more difficult to handle.
Thanks.
Glenn
join queries. Periodically, I want to update these datasets to reflect
changes made by other users. It seems the dataset.merge on the original
dataset with a dataset of the refreshed records just duplicates the records.
Although the list is a main table with PK and the other tables in the join
query are just lookup values (leaving only one record per PK), the dataset
merge does not work.
Is this possible or is the only way to "refresh" a dataset based on a joined
table to loop through and update each field? Note, I do not want to just
re-fill the original dataset as it is bound to a grid and so all the event
firing and other binding operations would be more difficult to handle.
Thanks.
Glenn