Subject | Re: [firebird-support] CHARACTER SET ISO8859_1 is not installed - Firebird Embedded |
---|---|
Author | Adriano dos Santos Fernandes |
Post date | 2008-06-26T10:37:21Z |
Gustavo Moda escreveu:
and fbintl.conf in <fb root>/intl. You can use environment variable
FIREBIRD or put intl directory in same directory as java.exe. In 2.5,
embedded <fb root> determination is changed to fbembed.dll directory.
Adriano
> Hello,It seems as an incorrect <fb root> determination. You need fbintl.dll
>
> I need some help of yours.
>
> I am trying to create a table as you can check below:
> CREATE TABLE EMPRESA (
> ID INTEGER NOT NULL,
> NAME VARCHAR(100) NOT NULL ,
> );
>
> The problem is that i am receiving the following message error:
>
> Error: GDS Exception. 335544351. unsuccessful metadata update
> EMPRESA
> CHARACTER SET ISO8859_1 is not installed
> Reason: unsuccessful metadata update
> EMPRESA
> CHARACTER SET ISO8859_1 is not installed
> SQLState: HY000
> ErrorCode: 335544351
>
> I am using the following Configuration.
> - Jaybird-2.1.4JDK_1.6
> - Firebird-2.1.0.17798-0_Win32_embed_pdb.zip
> - Windows XP Professional
>
and fbintl.conf in <fb root>/intl. You can use environment variable
FIREBIRD or put intl directory in same directory as java.exe. In 2.5,
embedded <fb root> determination is changed to fbembed.dll directory.
Adriano