Subject RE: [firebird-support] Alter default character
Author Sasha Matijasic
> I want to change the default Character of my database (F2.0).
>
> When i type the command SHOW DATABASE, I have DEFAULT CHARACTER SET :
> None and I want as default character either ASCII or better for me
> ISO_8859_1.
>

Hi,
as far as i know you can not, somebody correct me if i am wrong.
You must create new database with desired char set and transfer data from old to new one.

Sasha