Saturday 25 June 2016

java.sql.SQLException: Invalid column name

java.sql.SQLException: Invalid column name

String ENAME = rs.getString("ENAM");

Here column Name would be ENAME you missed letter E.
Answer for this is check your table column name spelling correctly.

No comments:

Post a Comment