G
Guest
Hi,
I am using OracleDataAdapter to fill my DataSet. I am using Select Distinct
in my sql querry to get unique recored.
I am getting duplicate rows in DataSet.
My SqlPlus shows only one row of Data. When I execute the code to fill DataSet
My DataSet.tables[0]. rows.count gives me count of 2.
When I loop through DataSet to display Values I am getting same values twice.
Anyone has any suggestion on how to get distinct rows in dataSet.
Thanks in Advance,
MS
I am using OracleDataAdapter to fill my DataSet. I am using Select Distinct
in my sql querry to get unique recored.
I am getting duplicate rows in DataSet.
My SqlPlus shows only one row of Data. When I execute the code to fill DataSet
My DataSet.tables[0]. rows.count gives me count of 2.
When I loop through DataSet to display Values I am getting same values twice.
Anyone has any suggestion on how to get distinct rows in dataSet.
Thanks in Advance,
MS