|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Embedded Firebird database and java 1.5 (GDS Exception. 335544854)
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:206) 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! |
|
#2
|
||||
|
||||
|
you need to copy the firebird.msg file too
Quote:
you need to copy the firebird.msg file too |
|
#3
|
|||
|
|||
|
Quote:
Hello, this doesn't work. ![]() |
|
#4
|
|||
|
|||
|
I found solution
Hello,
I found some solution. In database in one table I had some old data in 'uknown' charset. Perhaps there was a collision because when I deleted those data and put new ones it has worked fine. Also I changed charset of database and all fields of tables to none (I hope so it will be working in windows-1250 charset). Jan ![]() |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > Embedded Firebird database and java 1.5 (GDS Exception. 335544854) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|