Subject Re: JayBird & Embeeded
Author Roman Rokytskyy
> So ... i'm getting the same error.
> Do you have any example or tutorial about it?
>
> This is my code:
> private String databaseURL
> = "jdbc:firebirdsql:embedded:/teste/teste.fib";

If you run on Windows, why your path is /teste/teste.fib? Shouldn't
it be C:/teste/teste.fib or something similar?

> * fbembedded.dll and jaybird.dll are in the same directory
> (system32). But it isn't registred in the Windows reg file.

I did exactly the same as suggested to you and it works. No
registration is needed.

Roman