Re: db2 -302 error

2010-03-23 Thread Mario Ds Briggs
PM Subject Re: db2 -302 error Please respond to user-j...@ibatis.

Re: db2 -302 error

2010-03-23 Thread Nathan Maves
To >> user-java@ibatis.apache.org >> 03/23/2010 11:04 cc >> AM >> Subject >>

Re: db2 -302 error

2010-03-22 Thread joson yu
user-java@ibatis.apache.org > 03/23/2010 11:04 cc > AM > Subject > Re: db2 -302 error >

Re: db2 -302 error

2010-03-22 Thread joson yu
> user-java@ibatis.apache.org > 03/23/2010 07:44 cc > AM > Subject >

Re: db2 -302 error

2010-03-22 Thread Mario Ds Briggs
va@ibatis.apache.org 03/23/2010 11:04 cc AM Subject

Re: db2 -302 error

2010-03-22 Thread joson yu
> user-java@ibatis.apache.org > 03/23/2010 07:44 cc > AM > Subject >

Re: db2 -302 error

2010-03-22 Thread Mario Ds Briggs
:44 cc AM Subject Re: db2 -302 error Please respond

Re: db2 -302 error

2010-03-22 Thread joson yu
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

db2 -302 error

2010-03-22 Thread 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 column1 = ''. and the column1 is varchar type and it's length is 30. the sql is execute fine in the db2 client. but