Use embedded connections

Forum related to Firebird

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
shaman
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 04.06.2010, 06:58

Use embedded connections

Post by shaman »

When using embedded connection when you run the query
error:
Exception class EZSQLException with message 'SQL Error: CHARACTER SET WIN1251 is not installed. Error Code: -204.
text of query:
'SELECT DISTINCT field from tname'

if you remove the DISTINCT error disappears.
also that there is no error when using Firebird Super Server
seawolf
Zeos Dev Team *
Zeos Dev Team *
Posts: 385
Joined: 04.06.2008, 19:50
Contact:

Post by seawolf »

It looks to me some dlls are missing .. check if this file are installed

c:\my_app\icudt30.dll
c:\my_app\icuin30.dll
c:\my_app\icuuc30.dll
c:\my_app\intl\fbintl.dll
c:\my_app\intl\fbintl.conf

Probably when Firebird SS install them, while if you use the Embedded version you have to install manually
albert.pratama
Fresh Boarder
Fresh Boarder
Posts: 8
Joined: 04.10.2007, 10:13
Location: Yogyakarta, Indonesia
Contact:

Re: Use embedded connections

Post by albert.pratama »

Hi,

I got similar error message when I'm doing concatenation in the query (with || characters). All other queries without || are running well.
The five files mentioned (icu*.dll, fbintl.dll, fbintl.conf) are already in place.

What other things should I check?

Thanks in advance.

Albert
Post Reply