Re: AW: AW: String parameter problem

2009-07-23 Thread Cax
t;>>> >> > >>>> >> >> >>>> >> >> Hi Benjamin,i'd tried this way before also...but it still hit the >>>> same >>>> >> >> problem... :( >>>> >> >> >>>> >>

Re: AW: AW: String parameter problem

2009-07-23 Thread Andrey Rogov
t; > >>> >> >> >>> >> >> Hi Benjamin,i'd tried this way before also...but it still hit the >>> same >>> >> >> problem... :( >>> >> >> >>> >> >> >>> >> >> >>

Re: AW: AW: String parameter problem

2009-07-22 Thread Cax
>> Benjamin-Klatt wrote: >> >> >> > >> >> >> > No there should not be any limitation that you will have to worry >> >> >> about. >> >> >> > What data type do you use in the database for the PX_IR025_PAN >> >

Re: AW: AW: String parameter problem

2009-07-11 Thread Andrey Rogov
y > >> >> about. > >> >> > What data type do you use in the database for the PX_IR025_PAN > >> field? > >> >> > > >> >> > Can you try to explicitly define your sql data type in the query? > >> >> > Like: where PX_IR0

Re: AW: AW: String parameter problem

2009-07-09 Thread Cax
you will have to worry >> >> about. >> >> > What data type do you use in the database for the PX_IR025_PAN >> field? >> >> > >> >> > Can you try to explicitly define your sql data type in the query? >> >> > Like: where PX_I

Re: AW: AW: String parameter problem

2009-07-09 Thread Sergey Livanov
type in the query? > >> > Like: where PX_IR025_PAN = #pan:VARCHAR# > >> > > >> > > >> > > >> > > >> > -Ursprüngliche Nachricht- > >> > Von: Cax [mailto:cahyadiherma...@gmail.com] > >> > Gese

Re: AW: AW: String parameter problem

2009-07-09 Thread Cax
25_PAN field? >> > >> > Can you try to explicitly define your sql data type in the query? >> > Like: where PX_IR025_PAN = #pan:VARCHAR# >> > >> > >> > >> > >> > -----Ursprüngliche Nachricht- >> > Von: Cax [mailto:c

Re: AW: AW: String parameter problem

2009-07-09 Thread Andrey Rogov
PX_IR025_PAN = #pan:VARCHAR# > > > > > > > > > > -Ursprüngliche Nachricht- > > Von: Cax [mailto:cahyadiherma...@gmail.com] > > Gesendet: Mittwoch, 8. Juli 2009 19:08 > > An: user-java@ibatis.apache.org > > Betreff: Re: AW: String parameter

Re: AW: AW: String parameter problem

2009-07-09 Thread Cax
to explicitly define your sql data type in the query? > Like: where PX_IR025_PAN = #pan:VARCHAR# > > > > > -Ursprüngliche Nachricht- > Von: Cax [mailto:cahyadiherma...@gmail.com] > Gesendet: Mittwoch, 8. Juli 2009 19:08 > An: user-java@ibatis.apache.

AW: AW: String parameter problem

2009-07-08 Thread Benjamin Klatt
[mailto:cahyadiherma...@gmail.com] Gesendet: Mittwoch, 8. Juli 2009 19:08 An: user-java@ibatis.apache.org Betreff: Re: AW: String parameter problem yes,of course.there is a record which match the query. When i try to change the data type to Long,it works.but if String,return null value. And then

Re: AW: String parameter problem

2009-07-08 Thread Cax
om] > Gesendet: Mittwoch, 8. Juli 2009 17:31 > An: user-java@ibatis.apache.org > Betreff: Re: String parameter problem > > > Hi,i turn on Log4j,but i can't see what is the problem in the log > file..here > is the result in the log file : > >

AW: String parameter problem

2009-07-08 Thread Benjamin Klatt
4567890123456"); >> >> acc = (Account) sqlMapper.queryForObject("selectAccountById", acc); >> //(Note : return null) >> System.out.println(" " + acc.getname()); >> >> >> Thanks before for your help:-) >> >> >

Re: String parameter problem

2009-07-08 Thread Cax
); >> >> acc = (Account) sqlMapper.queryForObject("selectAccountById", acc); >> //(Note : return null) >> System.out.println(" " + acc.getname()); >> >> >> Thanks before for your help:-) >> >> >> >> -- >

Re: String parameter problem

2009-07-07 Thread Andrey Rogov
where PX_IR025_PAN = #pan# > > > > in java: > > Account acc = new Account(); > > acc.setpan("1234567890123456"); > > acc = (Account) sqlMapper.queryForObject("selectAccountById", acc); > //(Note : return null) > System.out.println(" "

String parameter problem

2009-07-07 Thread Cax
n(" " + acc.getname()); Thanks before for your help:-) -- View this message in context: http://www.nabble.com/String-parameter-problem-tp24370405p24370405.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com. --