This error occurs when I use setString in JDBC because there is a restriction of data size: 4000 bytes
I am using SqlUpdate to insert a registry in the database and the setters method are implicit to me...
I read about a solution: to use setCharacterString
But, how the setters method are implicit I don't get change the setString method to setCharacterString in this situations.
Does somebody have any solutions ?
Thanks in advance


Reply With Quote