Subject | Re: Special unicode characters in connection string problem |
---|---|
Author | venushau |
Post date | 2006-07-17T09:27:33Z |
Um... This is strange.
Because I've been using the previous jaybird version (JayBird-
2.0.0RC2JDK_1.4) with the same Firebird version to create a
connection in the same way and is in use for a certain period of
time. So I suppose there is no configuration changes except changes
in the Jaybird library.
The fbintl.conf is placed in the same folder as fbintl.dll.
I've then tried to move these files under the same folder as
fbembed.dll, but seems no difference. Is there any other
configurations required?
Thanks a lot for your help!
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@...> wrote:
Because I've been using the previous jaybird version (JayBird-
2.0.0RC2JDK_1.4) with the same Firebird version to create a
connection in the same way and is in use for a certain period of
time. So I suppose there is no configuration changes except changes
in the Jaybird library.
The fbintl.conf is placed in the same folder as fbintl.dll.
I've then tried to move these files under the same folder as
fbembed.dll, but seems no difference. Is there any other
configurations required?
Thanks a lot for your help!
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@...> wrote:
>the
> > I'm using Firebird 2 embedded server (build 2.0.0.11675) and the
> > folder structure is listed as following:
> >
> > bin\intl\fbintl.dll
>
> Where is fbintl.conf ?
>
> > bin\fbembed.dll
> > bin\firebird.msg
> > bin\icuuc30.dll
> > bin\icudt30.dll
> > bin\icuin30.dll
> > bin\jaybird21.dll
>
> I hope that FIREBIRD environment variable points to bin\ as well,
> otherwise JVM will load fbembed.dll (since it is in the PATH), but
> FIREBIRD root will be assumed to be the %JAVA_HOME%\bin\ and itwill look
> for the intl stuff there.
>
> Roman
>