Subject | Re: [Firebird-Java] Cannot transliterate character between characterset, Tomcat |
---|---|
Author | Roman Rokytskyy |
Post date | 2007-06-21T20:50:54Z |
Hi,
jdbc:firebirdsql:myhost/3050:/path/to/db.fdb?encoding=ISO8859_1
Roman
> I have norwegian characters stored in my Firebird database. TheThat is correct :)
> database has the character-set ISO-8859-1. When I try to run a "select
> * from table where columnName like '%<norwegian character%' I get the
> error message "Cannot transliterate character between characterset".
> What is the default character-set of the SQL connection when usingNONE
> Jaybird?
> And how do I change it?Just add it to the URL after the question mark:
jdbc:firebirdsql:myhost/3050:/path/to/db.fdb?encoding=ISO8859_1
Roman