Subject How to use Jaybird with embedded Firebird ?
Author patrick_detorcy
Please help : I'm looking for a solution for two days.

I want to use a java application with Jaybird using the embedded
Firebird, ie with no installation from the user.
Is it only possible ??

Where to copy fbembed.dll ?

I have the embedded Firebird 1.5 version with the fbembed.dll (02/20/2004,
1515598 Bytes). I have the jdbc driver FirebirdSQL-1.5.0RC3JDK_1.4.

I renamed fbembed.dll in fbclient.dll and copy it in the classpath ( to be
sure I copy it in Windows\system32 too )

My url is something like :
jdbc:firebirdsql:embedded:d:\myFolder\myBase.gdb

and I got : "Resource Exception. Unable to complete network request to
host
"embedded".
Reason: Unable to complete network request to host "embedded"

If I launch the fbserver service and if I setup with the url :
jdbc:firebirdsql:localhost/3070:d:\myFolder\myBase.gdb, it works.

What's wrong ???

Thanks