0
I am getting an exception while loading one field from Java to mysql database which is data type issue.
String or binary data would be truncated in table (table name) column (column name),truncated value : ' " '
1 Respuesta
0
naganika t
So what is the question here?
It looks like you may be using a char() data type. The value looks to be two spaces and the quote symbol (") then another space
I am getting an exception while loading one field from Java to mysql database which is data type issue.
String or binary data would be truncated in table (table name) column (column name),truncated value : ' " '