Subject | Re: [Firebird-Java] Possible to create database with UTF 8 character set with FBManager ? |
---|---|
Author | Roman Rokytskyy |
Post date | 2011-01-19T14:51:58Z |
> Could not find provision to create database with default character set as : CREATE DATABASE MyDatabase.fdb user 'SYSDBA' password 'masterkey' DEFAULT CHARACTER SET UTF8;No. I did not find any possibility to do this from Java. The only
>
> Is it possible to create database with FBManager with UTF8 charset?
possibility is to fork an isql with appropriate command.
Roman