Subject | Re: [Firebird-Java] UNICODE_FSS in JBoss |
---|---|
Author | Joachim Van der Auwera |
Post date | 2005-01-19T13:48:12Z |
Roman Rokytskyy wrote:
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
>>The test DB was created using the management mbean. How can IThanks Roman.
>>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'
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