Character set

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Archer66
Posts: 17
Joined: Wed 11 Apr 2007 14:24

Character set

Post by Archer66 » Wed 11 Apr 2007 14:33

Hi,

I'm trying to connect to a FireBird 2.01 database but I get error
when I run my program using embedded firebird i get error:

...raised exception class EIBCError with message
'bad parameters on attach or create database CHARACTER SET ISO8859_1 is not defined'

Database was created with CHARACTER SET ISO8859_1 and
in my TIBCConnection I have selected Charset ISO8859_1

I'm using Turbo Delphi 2006 with IBDAC 2.00.0.5

Any ideas ?

TIA

PP

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Thu 12 Apr 2007 06:59

We can't reproduce this problem.
Please send us a small demo project that demonstrates this problem with sample database.

Archer66
Posts: 17
Joined: Wed 11 Apr 2007 14:24

Post by Archer66 » Sat 14 Apr 2007 18:01

Mea culpa, Firebird's "intl" folder was missing.

Post Reply