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
Post a Comment