Subject Re: [Firebird-Java] Re: Embedded Server
Author Marco Parmeggiani
In data Wed, 21 Apr 2004 14:23:05 +0100, hai scritto:


> The problem is that while its fairly easy to get jaybird.dll to search and
> load the firebird library from really any location - the problem I was
> having was that fbembed.dll then needs to load intl dll and udf dll's. I


umh, yes, you have remembered me that problem i had with a database that
has some fields with charset and collate setted.
that time you told me those things about loading intls dll.

i've remade the tests made with Niki after his suggestions and i've put a
table with a field with charset and collate setted.
then i made a "select * from table" from that table and i had no problems
then i made a "select * from table order by field" and the program locked
as i told you last time we discussed about this problem...

so, the method used by Niki works until there is no need to use the intl
dll and, probably, the udf dll.
in other cases you should put the dll structure under the java.exe tree.

finally, some order has been made.
ciao