Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
When I try to run an SQL command I get this error: "java.sql.SQLException: Can not issue executeUpdate() or executeLargeUpdate() for SELECTs". Do you know why? Thankyou
Solved! Go to Solution.
I found it, I was running an sql command not query. Thankyou.
Please provide the SQL command you are trying to execute.
SELECT * FROM database.table;
I found it, I was running an sql command not query. Thankyou.