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



Reply via email to