Subject | Re: [firebird-support] Impossible to create a new database from a script |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2018-03-17T14:22:02Z |
17.03.2018 14:50, Mark Rotteveel mark@... [firebird-support] wrote:
CREATE DATABASE statement too though this feature is not documented.
--
WBR, SD.
> > DEFAULT CHARACTER SET ISO8859_1I would guess that script is also in ISO8859_1. SET NAMES verb can be added directly to
> > COLLATION ES_ES;
> >
>
> What character set is the script file using? Is it using UTF-8 or
> WIN1252? You are currently probably connecting using NONE.
>
> If the script file is in UTF-8, add a SET NAMES UTF8;, if the script is
> WIN1252, try adding SET NAMES WIN1252; Add this **before** creating the
> database.
CREATE DATABASE statement too though this feature is not documented.
--
WBR, SD.