Subject RE: [Firebird-Java] Strange errors with JDBC driver
Author Ken Richard
The key message is:

java.sql.SQLException: fetch problem: org.firebirdsql.gds.GDSException:
arithmetic exception, numeric overflow, or string truncation
Cannot transliterate character between character sets

Try setting the connection property lc_ctype to "NONE" or to the
character set that you are using in the database.


-----Original Message-----
From: Jan Aleman [mailto:jaleman@...]
Sent: Wednesday, May 01, 2002 9:57 AM
To: Firebird-Java@yahoogroups.com
Subject: [Firebird-Java] Strange errors with JDBC driver

I have three strange errors with the new JDBC driver.
Any help is appreciated.