Subject CHARACTER SET ISO8859_1 is not installed - Firebird Embedded
Author Gustavo Moda
Hello,

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



Best Regards


[Non-text portions of this message have been removed]