Subject Re: [Firebird-Java] Possible bug?: GDS Exception. 335544321 when doing resultSet.next()
Author Marco Parmeggiani
Jerker Klang ha scritto:

> org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544321.
> arithmetic exception, numeric overflow, or string truncation.

if i remember well, i get this error also when i have a "out of the
current charset" character in the varchar field or if i connect to the
database without specifiyng the charset, the charset is used in the
field and the field contains some character from that charset.

> If I truncate all strings to not exceed 256 characters, the whole
> execution succeeds. If I set the limit (trancate all strings in Java) to
> 257 I get this error.

maybe the 257th character of that line is the one that's "wrong".

ciao