java.sql.SQLException: ResultSet is from UPDATE. No Data.
MySQL ConnectorJ bug 25009. Fixed in 5.0.5 release. You can get this exception, also when trying to execute SQL query which is preceded by '--' (I know its weird!). We had this exception in our project when our .sql file execution util was neglecting the commented lines, starting with '--'.














