Getting error "statement.executeupdate() cannot issue statements that produce result sets." when trying to insert into mysql using JDBC
I'm trying to get the primary auto incremented key from one table and store this in another using MySQL connector and JDBC. Although its giving me this error: statement.executeupdate() cannot issue statements that produce result sets. I think its something…