Subject Embedded Firebird database and java 1.5
Author janzitniak
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.
null
at
org.firebirdsql.jdbc.FBStatementFetcher.fetch(FBStatementFetcher.java:20\
6)
at
org.firebirdsql.jdbc.FBStatementFetcher.next(FBStatementFetcher.java:119\
)
at org.firebirdsql.jdbc.FBResultSet.next(FBResultSet.java:250)


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!


[Non-text portions of this message have been removed]