Subject Re: [firebird-support] Re: Embedded server + order by problem
Author Wenca
Nando Dessena wrote:
> Wenca,
>
> W> Reason: bad parameters on attach or create database
> W> CHARACTER SET WIN1250 is not defined
>
> W> I put all the files from the distribution to the dir with my app as
> W> described in doc/README_embedded.txt but nothing helps.
>
> do you actually have a intl directory in your app's dir, containing
> fbintl.dll? It works here. You might need to add a firebird.conf file
> and/or set the FIREBIRD environment variable. It looks like the engine
> can't find its home.
>
> Ciao

Well, here is my app dir structure:

e:\myapp\myapp.jar
e:\myapp\fbembed.dll
e:\myapp\ib_util.dll
e:\myapp\firebird.conf ( RootDirectory = e:\myapp )
e:\myapp\firebird.msg
e:\myapp\jaybird.dll
e:\myapp\data\DATA.FDB
e:\myapp\intl\fbintl.dll
e:\myapp\udf\fbudf.dll
e:\myapp\udf\ib_udf.dll

I really don't know where the mistake can be :-(

Thanks a lot for your help.
Wenca