Re: PreparedStatements

2005-01-31 Thread Jeff_Caswell
shrestha" <[EMAIL PROTECTED]> cc: 01/31/2005 03:2

Re: PreparedStatements

2005-01-31 Thread Woodchuck
wow.. i guess there is a parameter limit with your specific configuration :p --- sudip shrestha <[EMAIL PROTECTED]> wrote: > It seems that it is a bug with OS/400 R 5.1. > It has been documented before: > http://www-124.ibm.com/developerworks/bugs/?func=detailbug&bug_id=3160&group_id=29 > > >

Re: PreparedStatements

2005-01-31 Thread Woodchuck
afaik, there is no parameter limit your problem is probably related to the actual data value you're trying to set as parameter values for your preparedstatement. just my guess. find out whether your problem is always happening on specific parameters or not... ie. the 24th or 25th parameter that

Re: PreparedStatements

2005-01-31 Thread sudip shrestha
It seems that it is a bug with OS/400 R 5.1. It has been documented before: http://www-124.ibm.com/developerworks/bugs/?func=detailbug&bug_id=3160&group_id=29 On Mon, 31 Jan 2005 12:48:55 -0600, sudip shrestha <[EMAIL PROTECTED]> wrote: > Using JDBC- JTOpen 4.6 for AS/400 DB2 > I have a Prepared