C
Craig G
at the moment i have a dataset that returns data
but i want to be able to filter the data so that there is only one occurence
of each item (i.e. DISTINCT)
the original dataset is populated by a stored_proc. i cant put distinct in
the stored_proc as it is a SQL2000 system_stored_proc
i was going to filter by using RowFilter method on a Dataview but cant use
DISTINCT
how can i do this?
Cheers,
Craig
but i want to be able to filter the data so that there is only one occurence
of each item (i.e. DISTINCT)
the original dataset is populated by a stored_proc. i cant put distinct in
the stored_proc as it is a SQL2000 system_stored_proc
i was going to filter by using RowFilter method on a Dataview but cant use
DISTINCT
how can i do this?
Cheers,
Craig