![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 |
#3
| |||
| |||
|
|
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 |
#4
| |||
| |||
|
|
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 |
#5
| |||
| |||
|
|
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 |
#6
| |||
| |||
|
|
uday <uday1... (AT) gmail (DOT) 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 |
#7
| |||
| |||
|
|
uday <uday1... (AT) gmail (DOT) 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 |
#8
| |||
| |||
|
|
uday <uday1... (AT) gmail (DOT) 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 |
#9
| |||
| |||
|
|
uday <uday1... (AT) gmail (DOT) 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 |
#10
| |||
| |||
|
|
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? CREATE TABLE ct_tb_crs_ovrvw ( nm_prgrm_id NUMBER, vc_prgrm_ovrvw VARCHAR2(4000), vc_prgrm_otcm VARCHAR2(4000), vc_trgt_odnc VARCHAR2(4000), vc_lang VARCHAR2(100), ch_sft_dlt char, vc_crtd_by VARCHAR2(100), dt_crtd_dt DATE, vc_mntn_by VARCHAR2(100), dt_mntn_dt DATE ); and i m tryying to put the values in vc_prgrm_ovrvw field. db charector set is UTF-8 |
|
please suggest some solution. |
![]() |
| Thread Tools | |
| Display Modes | |
| |