Prev: java.sql.SQLException: Data size bigger than max size for this type: 3991
Next: java.sql.SQLException: Data size bigger than max size for this type: 3991
From: Laurenz Albe on 25 Jul 2008 02:49 uday <uday1067(a)gmail.com> wrote: > i have been using setString() of prepared statement. but it is giving > me > java.sql.SQLException: Data size bigger than max size for this type: > 3991 exception. where as as per my understanding, the size of varchar2 > is 4000. > > can someone suggest the solution Well, how is the field defined? What is the value you want to store? What is the database character set? Yours, Laurenz Albe |