idnumber column is primary key in my table . for example 0301234 is my idnumber
0301234 | james brown is existing on my table
if i enter 0301234 again whatever the name is , code should check if any existing data with 0301234
if exists should give me message duplicate records . and so clear the last row which user tries (duplicate record) i hope that is clear.
Main Topics
Browse All Topics





by: sedgwickPosted on 2009-11-03 at 01:02:59ID: 25727108
duplicate records means the same name? same ID?
which field in your table/datagrid indicates duplication?