Subject | Re: [Firebird-Java] Re: how to set forcedwrites=off |
---|---|
Author | Roman Rokytskyy |
Post date | 2008-11-12T00:27:21Z |
> As always, I appreciate the help and quick responses, Roman.Yes. You try to create database using the string that is extracted from
>
> I am trying: trying
> DriverManager.getConnection("jdbc:firebirdsql:embedded:/home/jbu/dbtesting/data/firebirddb.fdb?force_write=0");
>
> and getting error message attached to this message.
>
> Anyone know what's going on?
the JDBC URL, but you have forgotten to strip the parameters...
Roman