Subject Re: [ib-support] Re: german characters ö, ä and ü in containing search conditions
Author Lucas Franzen
zipzipziping schrieb:
>
> Hi Luc.
>
> its a java app, and i use jdbc 2.01.
> my default charset is NONE(at db)
> do i understand this right: with none im not able to pass üöä.
> if so is there a chance to change to default charset for example
> with backup/restore?
> and is charset ISO-8859-1 the charset of choice in germany??


You have to distinguidh between the character set of the db (or the
fields in your table) and the character set of your connection.

Since you have "Österreich" in your country table the db (or at least
the field you store the country name in) was built with ISO8859_1 (or
WIN1252).

So check the charcter set of your connection.
I have never accessed IB/FB with java, so I can't tell you where you
specify this.

Luc.