Subject | Re: [Firebird-Java] How to detect FB installed |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-08-10T11:50:08Z |
> Wow, that sounds interesting.In release notes. :)
> I am sorry but I dont know how that works, could you tell me anything
> else about this or where could I read?
In few words:
JDBC URL jdbc:firebirdsql:embedded:/path/to/database.fdb
and in path (actually java.library.path)
jaybird.dll (JayBird 1.5.x) or jaybird2.dll (JayBird 2.0 beta)
fbembed.dll
For Linux you need corresponding .so libs (read release notes about
concurrency)
Roman