Hi guys,
I have a table in a dataset which has set of rows.
Now i would like to filter similar to what we do using SQL syntax
Select Distinct column1,column2 from table t1;
Similar functionality i would like to achieve using dataset.
Is this possible if yes please let me know.
Thanks in Advance.
Sajid
Loading
Binu SubiPosted Feb 17, 2006, 3:45 PM
anyways, this link might be useful for you
http://support.microsoft.com/default.aspx?scid=kb;en-us;326176
Cheers