java.sql.SQLException: Fail to convert to internal representation



java.sql.SQLException: Fail to convert to internal representation

-----------------------------------------------------------------------------------------------------------------
It occours when data type missmatch.

in data base you have created the field "Age" as number
but retriving it as string

so this error will occours.

Comments

Popular posts from this blog

Git Commands With Output Log

Java Interview Preparation (conceptual)

Java 8 Function Interface