If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > CLI0111E Numeric value out of range - JAVA Prepared Statement problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-18-07, 08:06
andrea.capellacci andrea.capellacci is offline
Registered User
 
Join Date: Oct 2007
Posts: 2
CLI0111E Numeric value out of range - JAVA Prepared Statement problem

Hi all,

the following error occurs when I try to execute an update using Prepared Statement with more then 142 parameters.

[IBM][CLI Driver] CLI0111E Numeric value out of range. SQLSTATE=22003

The same update worked fine with 141 parameters but when I modified it inserting a new colunm it didn't work anymore.
It seems the number of parameters is limited to 142.

Is there anyone who can confirm it or who knows possible causes and solutions?

Thanks in advance

Here are some details of the environment in use

Dev. environment: Visual Age 4.0
Application Server: IBM WebSphere Test Environment 3.5.3
JDK: 1.2.2
Database: DB2 7.0
Reply With Quote
  #2 (permalink)  
Old 10-18-07, 09:44
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Quote:
Originally Posted by andrea.capellacci
Dev. environment: Visual Age 4.0
Application Server: IBM WebSphere Test Environment 3.5.3
JDK: 1.2.2
Database: DB2 7.0
What year are you living in, 1999?

Seriously though, if you are interested in meaningful answers you may want to begin with posting the exact SQL statement you are trying to execute and the definition of the table you are updating.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On