PM
Subject
Re: db2 -302 error
Please respond to
user-j...@ibatis.
To
>> user-java@ibatis.apache.org
>> 03/23/2010 11:04 cc
>> AM
>> Subject
>>
user-java@ibatis.apache.org
> 03/23/2010 11:04 cc
> AM
> Subject
> Re: db2 -302 error
>
> user-java@ibatis.apache.org
> 03/23/2010 07:44 cc
> AM
> Subject
>
va@ibatis.apache.org
03/23/2010 11:04 cc
AM
Subject
> user-java@ibatis.apache.org
> 03/23/2010 07:44 cc
> AM
> Subject
>
:44 cc
AM
Subject
Re: db2 -302 error
Please respond
ps:in the sql the parameter should passed in with String that is longger
than 30.
2010/3/23 joson yu
> there is an error happend in my situation.and want to know is there anyone
> else meet this problem.
> i use ibatis2. the database is used db2.
> sql: select [columns] from tables where co
there is an error happend in my situation.and want to know is there anyone
else meet this problem.
i use ibatis2. the database is used db2.
sql: select [columns] from tables where column1 = ''.
and the column1 is varchar type and it's length is 30.
the sql is execute fine in the db2 client. but