Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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.