This blog is for software developers who are facing issues(Exceptions/errors/info) while developing the applications.It is useful for freshers who are struck with small issues and I provide quick solutions.I don't give history,give exact solution.
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 ENAMEyou missed letter E.
Answer for this is check your table column name spelling correctly.
No comments:
Post a Comment