Subject Problem while inserting Japanese characters
Author raghoos_2000
Hi,
I have created a database with default character set as
SJIS_0208 and database file type is .fdb.While I am trying to insert
japanese characters into the database through stored procedure,I am
getting the error even after converting the characters to UTF-8
character set

at org.firebirdsql.gds.GDSException: arithmetic exception, numeric
overflow, or string truncation
Cannot transliterate character between character sets
at org.firebirdsql.jgds.GDS_Impl.readStatusVector
(GDS_Impl.java:1698)
at org.firebirdsql.jgds.GDS_Impl.receiveResponse
(GDS_Impl.java:1651)
at org.firebirdsql.jgds.GDS_Impl.isc_dsql_execute2
(GDS_Impl.java:856)
at org.firebirdsql.jca.FBManagedConnection.executeStatement
(FBManagedConnection.java:787)
at org.firebirdsql.jdbc.FBConnection.executeStatement
(FBConnection.java:1097)
at org.firebirdsql.jdbc.FBPreparedStatement.internalExecute
(FBPreparedStatement.java:420)
at org.firebirdsql.jdbc.FBCallableStatement.execute
(FBCallableStatement.java:118)
at Parser2.insertData(Parser2.java:192)

any ideas
Thanks in advance.
Regards,
Ragavendra.