Subject Charset problem
Author mapofe
I'm trying to import some data from an access database (sun's
jdbc-odbc driver) to a firebird embedded (1.5 final) database.
The embedded database has ISO8859_1 as default charset, I'm using
?charSet=iso8859_1 in the connection string.
I can't import data since I continuosly get the following error
message and I have no more ideas :)
Any hints would be appreciated, thank you!
Massimo

ERROR [DBCExceptionReporter] - could not insert: [InstrumentType#347121]
org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544321.
arithmetic exception, numeric overflow, or string truncation
Implementation of text subtype 21 not located.
at
org.firebirdsql.jdbc.AbstractPreparedStatement.internalExecute(AbstractPreparedStatement.java:445)
at
org.firebirdsql.jdbc.AbstractPreparedStatement.executeUpdate(AbstractPreparedStatement.java:147)
...