Subject | Re: [Firebird-Java] Firebird embedded in Java |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-07-14T15:43:49Z |
> is there any chance to run a Java application with an embeddedYes. You have to set type to EMBEDDED when using FBWrappingDataSource or to
> Firebird database?
use jdbc:firebirdsql:embedded:c:/path/to/database.fdb JDBC URL. Also you
have to ensure that JNI libraries are in java.library.path.
Check the release notes for more information.
Roman