Subject Re: [Firebird-Java] Embedded Firebird database and java 1.5
Author Roman Rokytskyy
> Hello everybody!

> I wanted connect to embedded database Firebird in java 1.5 and I got
> follow error:
>
> org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544854. No
> message for code 335544854 found.

This is a new message added to the product after Jaybird 2.0.1 release, the
constant is "isc_charset_not_installed", so I guess that is something
related to the charset you use in your database or connection string.


> It connects to database ok but any query to database invokes that error.
> I used Firebird-2.0.0.12169-0_embed_win32, I coppied embeded.dll file
> into system32 directory and JAVA_HOME/jre/lib/ext I coppied
> jaybird-full-2.0.1.jar and also in my project I used jaybird2.dll. Thank
> you for any help!

FB 2.0 has major rewrite of the charset handling system and there are at
least four new DLLs: icudt30.dl, icuin30.dll, icuuc30.dll and fbintl.dll.
Now, there is also fbintl.conf where path to the charset handling is
specified and there is firebird.conf where root directory is specified.

Now you have to figure out how to combine all those pieces together :-) It
was somehow easier in FB 1.5, but I no longer know about 2.0. If there is
nothing in release notes/readme, then you have to ask either in
Firebird-Support@... or even in FB-devel list.

Sorry.

Roman