Subject Re: [firebird-support] UTF-8 columns in ISO8859_1 database
Author Dimitry Sibiryakov
> Shouldn't the character set specified in the JDBC URL match the character
> set of the database?

No, it rather must reflect character set in which your application
want to get data in. For JAVA it is usually Unicode, thus - UTF8.

SY, SD.