Thank you, I'll try it >-- Messaggio originale -- >Reply-To: [email protected] >Date: Sat, 23 Jul 2005 06:03:31 -0600 >From: Larry Meadors <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [email protected] >Subject: Re: problem with white space > > >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 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 >> space.Can I avoid that?Thank you.FreeMan >> >> >>
