Re: problem with white space

2005-07-23 Thread freeman
Thank you, I'll try it >-- Messaggio originale -- >Reply-To: user-java@ibatis.apache.org >Date: Sat, 23 Jul 2005 06:03:31 -0600 >From: Larry Meadors <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: user-java@ibatis.apache.org >Subject: Re: problem with white space > > >You might be able to use

Re: problem with white space

2005-07-23 Thread Larry Meadors
You might be able to use "select trim(someField) from table" to avoid this. My guess is that this really has nothing to do with iBATIS, and everything to do with the JDBC driver or database. Larry On 7/23/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi,I'm new here, I'm not english therefore

problem with white space

2005-07-23 Thread freeman
Hi,I'm new here, I'm not english therefore sorry for my writing. :)I use:1) Java2) My DBMS is Firebird 1.5My problem with iBATIS is consists:- when I extract varchar field java create a string as length as varchar, if real data is shorter than max value of varchar at end of string are pushed white