Hi,

If I retreive a set of records from my database e.g.

NAME GROUP
John Beetles
John Sting
John Queen
Bob Brittany

and I have in a dataset. If I want to display in a list

Bob
John

is there an easy way to do a operation such as SELECT DISTINCT NAME FROM DATASET
so that I can filter it without doing another database call?

thanks

Tim

Re: DataSet filtering by William

William
Thu Jun 17 19:49:37 CDT 2004

http://support.microsoft.com/default.aspx?scid=kb;EN-US;326176

--
W.G. Ryan MVP Windows - Embedded

http://forums.devbuzz.com
http://www.knowdotnet.com/dataaccess.html
http://www.msmvps.com/williamryan/
"Tim Smith" <timasmith@hotmail.com> wrote in message
news:a7234bb1.0406171631.6064ed7c@posting.google.com...
> Hi,
>
> If I retreive a set of records from my database e.g.
>
> NAME GROUP
> John Beetles
> John Sting
> John Queen
> Bob Brittany
>
> and I have in a dataset. If I want to display in a list
>
> Bob
> John
>
> is there an easy way to do a operation such as SELECT DISTINCT NAME FROM
DATASET
> so that I can filter it without doing another database call?
>
> thanks
>
> Tim