I\'m using JDBC in sync with MySQL to add and define rows to a MySQL database\'s Table. The problem is that I don\'t know why it is throwing an Exception when I
Exception
The JDBC 2.X API with Mysql doesn't work in update mode if you don't set primary key in the table.