deleting duplicate rows in a dataset

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

greetings, does anyone have any idea how to delete duplicate rows in a dataset gracefully (the fast and easy way)
 
What is your definition of a duplicate row? If you know that constraint,
then put it on the data set before any new rows are added. This way you will
never have any duplicate rows.

Naveen
http://www.netomatix.com

Asha said:
greetings, does anyone have any idea how to delete duplicate rows in a
dataset gracefully (the fast and easy way)
 

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

Back
Top