I try to insert one person detail, it's inserted successfully. But same data insert 3 times in the DB. Please help me to solve the error.
I had this data in the Database.
Code:
id name dob gen 1 James 12-03-1977 M 2 James 12-03-1977 M 3 James 12-03-1977 M
Code:
class Detail
Leave a comment: