How to select distinct values

  • Thread starter Thread starter Sylvain Larin
  • Start date Start date
S

Sylvain Larin

I have a DataSet filled from a previous query to the database. I need to
get the distinct values from a field in the DataSet. Is there a way to
acheive this without going through the DataTable or by hitting again the
database?

TIA
 
I used the described method by Microsoft...DataSetHelper Class.
Worked fine.
 
Back
Top