Subject Firebird and ISO8859_1
Author mao
Hello,

i have created a database with the characterset ISO8851_1.
But by execute the following SQL-Statement:
UPDATE HT_DELIVERY SET NAME2='üÜöÖäÄß' WHERE
ID='00000000000000000000'
with the JDBC driver 'interbase.interclient.Driver', i got the exception

interbase.interclient.SQLException with the message:
[interclient][interbase] arithmetic exception, numeric overflow, or
string truncation Cannot transliterate character between character sets

Has anyone an idea how can i solve this problem.

Thanks
Thang