DataSet filtering

T

Tim Smith

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top