Hi all,
This is the exception i m getting when trying to insert a record into a table of MySQL through Java JDBC :
com.mysql.jdbc.exceptions.MySQLIntegrityConstraint ViolationException: Duplicate entry '539763' for key 'PRIMARY'
I checked with the table but i don't find any entry with this value
The column on which the exception was raised is an auto_incremented and primary key at the database level.
Not knowing what could be the issue.
Can somebody help me in resolving this issues
Thanks n Regards
Raaj