Subject Re: [Firebird-Java] JayBird and OpenOffice.org
Author Roman Rokytskyy
Hi,

> I'm having trouble getting OpenOffice.org 2.0.3 (via JayBird 2.1) to
> talk to Firebird 1.5.3. I'm currently trying to just access the
> sample database using the following URL
>
> jdbc:firebirdsql:localhost/employee.fdb

should be

jdbc:firebirdsql:localhost:employee.fdb

Roman