Subject Re: [Firebird-Java] Re: SQL Query -> DataTruncation Exception
Author Roman Rokytskyy
> However...Until a solution is there for Firebird and thus the
> driver, I will deal with the minimum size (10) for my search phrase
> in my application. As suggested.

Or you can increase the size of the database column to be equal to the size
of biggest one in your SELECT statement.

Roman