Subject | Re: [Firebird-Java] How to use Jaybird with embedded Firebird ? |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-07-20T13:36:47Z |
> I want to use a java application with Jaybird using the embeddedShould be possible.
> Firebird, ie with no installation from the user.
> Is it only possible ??
> Where to copy fbembed.dll ?If must be available via java.library.path system property. You can sent it
at the JVM startup. By default JVM looks in the PATH.
> My url is something like :Ensure that you use JayBird 1.5, and not 1.0.1. Check your %JRE%/lib/ext
> 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"
directory and your classpath.
> If I launch the fbserver service and if I setup with the url :Most likely you have an old JayBird somewhere. It did not know what to do
> jdbc:firebirdsql:localhost/3070:d:\myFolder\myBase.gdb, it works.
> What's wrong ???
with the jdbc:firebirdsql:embedded: URLs.
Roman