In this post, you’ll learn about the DB2 error 8114-Error converting data type varchar to %s. and the reason why you are receiving the error message and how to fix it
How does this Error Message Looks like
8114 – Error converting data type varchar to %s.
Reason for the Error & Solution
This can happen when a string field in the persistent class is mapped to a numeric column, and the string value cannot be parsed into a number.
Leave a Reply