Problem with adding rows with JDBC and MySQL?

前端 未结 1 543
野趣味
野趣味 2020-12-07 05:42

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

相关标签:
1条回答
  • 2020-12-07 06:30

    The JDBC 2.X API with Mysql doesn't work in update mode if you don't set primary key in the table.

    0 讨论(0)
提交回复
热议问题