Subject | Re: [Firebird-Java] eclipse rcp and firebird embed qestion |
---|---|
Author | Roman Rokytskyy |
Post date | 2007-04-23T08:12:47Z |
> hi,i have a problem when i use a firebird 2.0 as my database in my eclipse rcp application program,error message list below,it said GDS32.DLL not found ,but i actually put the GDS32.DLL in the same location with the jdbc drivers:jaybird-full-2.2.0.jar and jaybird21.dllThe message seems to be incorrect.
> how should I configure the firebird? thanks a lot!
What JDBC URL do you use? If that's jdbc:firebirdsql:embedded:... then
you need fbembed.dll to be available in java.library.path.
Roman