Subject Re: [Firebird-Java] UNICODE_FSS in JBoss
Author Joachim Van der Auwera
Roman Rokytskyy wrote:
>>The test DB was created using the management mbean. How can I
>>specify the database encoding in that?
>
>
> No chance. For some reasons Firebird ignores it even it is specified, the
> only possibility is to update the system table RDB$DATABASE (please check in
> Firebird-Support, if new versions of Firebird are ok with this):
>
> UPDATE
> rdb$database
> SET
> rdb$character_set_name = 'UNICODE_FSS'

Thanks Roman.

So it wuld actually be best to enhance the management mbean to allow
some SQL statements to be passed to execute after creation. These could
then also be used to declare UDF's and stuff like that.

Joachim