Subject Re: [Firebird-Java] Embedded server + order by problem
Author Wenca
Roman Rokytskyy wrote:
>>Can anyone help me?
>
>
> Can you please prepare a test case (or a small program) that reproduces this
> issue? If it can be confirmed and is related to the embedded engine, I will
> contact Dmitry Yemanov, hopefully he fixes that before the next release. If
> it is bug in JayBird, I will try to fix it as soon as possible.
>
> Roman
>

Hi Roman,

thanks, but I already solve it in assistance with some people from
firebird-suport group. It was caused by unavailabity of fbintl.dll. I
thought (in accordance with embedded server docs) that it will be enough
to place it into my app dir (into intl/fbintl.dll) and edit
firebird.conf with specifiying the RootDirectory but it took no efect.

Finaly I tried to copy fbintl.dll into bin/intl/fbintl.dll of my JRE and
it started to work. It seems quite confusing to me, because the app is
able to load fbembed.dll from its own dir but no other dlls. Even if all
the docs are saying that it will.

Thanks
Wenca