RE: Problem with db2 driver

2005-06-20 Thread Esa Kylli
Yes, it's numeric (it's an integer). Esa -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED] Sent: den 17 juni 2005 18:40 To: user-java@ibatis.apache.org Subject: Re: Problem with db2 driver fromDate is numeric? On 6/17/05, Esa Kylli <[EMAIL PROTECTED]>

RE: Problem with db2 driver

2005-06-17 Thread Esa Kylli
m: Larry Meadors [mailto:[EMAIL PROTECTED] Sent: den 16 juni 2005 13:45 To: user-java@ibatis.apache.org Subject: Re: Problem with db2 driver Add type info to the parameters using either the inline syntax (#name:jdbcType#) or an explicit paramter map. That will most likely fix it. Larry On 6/

RE: Problem with db2 driver

2005-06-16 Thread Esa Kylli
aybe the getArrDepList map. Do the two calls that you're making return the same set of data? - Original Message - From: "Esa Kylli" <[EMAIL PROTECTED]> To: ; <[EMAIL PROTECTED]> Sent: Wednesday, June 15, 2005 9:04 AM Subject: RE: Problem with db2 driver &

RE: Problem with db2 driver

2005-06-15 Thread Esa Kylli
that "My car is broke." here. Can you give us some more info? Version, stack trace, what is different between the two calls, Larry On 6/15/05, Esa Kylli <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I'm using ibatis (through Spring

Problem with db2 driver

2005-06-15 Thread Esa Kylli
Hi,   I’m using ibatis (through Spring framework) against a DB2 database, with the DB2 driver. The first time I run my query it works fine, but the second time I get an exception: com.ibm.db2.jdbc.app.DB2DBException: Error occurred in SQL Call Level Interface ibatis reports the excepti