Subject Re: JayBird & Embeeded
Author andrezasvo
No.
Now, I get jaybird.dll file in
http://prdownloads.sourceforge.net/firebird/jaybird.dll?
use_mirror=belnet and I put there.
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";

public testePosgresDAO() {
try {
Class.forName("org.firebirdsql.jdbc.FBDriver");
connection = DriverManager.getConnection(databaseURL,
"sysdba", "masterkey");
}...
}
* fbembedded.dll and jaybird.dll are in the same directory (system32).
But it isn't registred in the Windows reg file.

Tks.




--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
> > I get FirebirdSQL-1.5.0Beta3JDK_1.4.zip.
> > Do you have other tips about this error?
> > fbembedded.dll works on system32 directory?
>
> jaybird.dll is also there?