[EMAIL PROTECTED] wrote: > Hi All, > > Can anybody help me to find out the unique records in a DataSet > quickly? May be by using some property setting or method calling? I > know how to retreive unique records by using a loop. >
Why not get them from the DB? Select Distinct <column list> from yourTable Where yourCriterior Stephen Russell S.R. & Associates Memphis, TN 38115 901.246-0159 ------------------------ Yahoo! Groups Sponsor ---------------------~--> Yahoo! Domains - Claim yours for only $14.70 http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/saFolB/TM ---------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
