Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CLI0111E Numeric value out of range - Prepared Statement problem

Status
Not open for further replies.

acapellacci

IS-IT--Management
Oct 18, 2007
1
IT
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top