Subject | Re: [Firebird-Java] Re: Embedded Server |
---|---|
Author | Marco Parmeggiani |
Post date | 2004-04-21T14:01:14Z |
In data Wed, 21 Apr 2004 14:23:05 +0100, hai scritto:
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
> The problem is that while its fairly easy to get jaybird.dll to search andumh, yes, you have remembered me that problem i had with a database that
> 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
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