Hi,
I have a dataset that contains duplicates. This is because it is populated by 4 different queries (the DataAdapter.Fill method is called for each query in particular).
What is the easiest way to remove these duplicates?
The dataset is finally displayed in a ReportViewer. I tried to filter the duplicates in there, but it didn't work.
Thank you in advance,
B.
I have a dataset that contains duplicates. This is because it is populated by 4 different queries (the DataAdapter.Fill method is called for each query in particular).
What is the easiest way to remove these duplicates?
The dataset is finally displayed in a ReportViewer. I tried to filter the duplicates in there, but it didn't work.
Thank you in advance,
B.