Subject | Re: [Firebird-Java] JDBC & OpenOffice.org |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-08-04T18:32:55Z |
> and even connect from <firebird>/bin/isql using the same string justWhat command so you execute?
> fine.
CONNECT 'localhost/3050:/opt/firebird/examples/employee.fdb' ...
or
CONNECT '/opt/firebird/examples/employee.fdb' ...
If latter, ensure that your server is running, for example by trying the
first connection string.
Also check if the database is writable by the firebird group, not only by
the firebird user.
Roman