Subject | Re: [Firebird-Java] JayBird and FireBird locations |
---|---|
Author | Roman Rokytskyy |
Post date | 2009-09-25T06:08:29Z |
> Can anybody explain or point to a document which describes how to configurehttp://jaybirdwiki.firebirdsql.org/jaybird/doku.php?id=config:driver_config
> JayBird and Firebird without setting any environment variables?
Seems that you're trying to use either embedded server or local (IPC)
connections to Firebird. If that is not what you want to do, you used
wrong JDBC URL (see wiki page).
If that's correct, then you also have to put fbclient.dll or fbembed.dll
into the path. If that was done as well, then, very likely, you have
issues with the Firebird client library or embedded server itself
(library dependencies, config files). In this case you should check your
Firebird config first, e.g. with isql.
Roman