Subject Re: [Firebird-Java] Re: Can't connect to Firebird database with Websphere Express 5
Author Helen Borrie
At 02:14 PM 16/01/2004 +0000, you wrote:
>Roman,
>
>Thanks for that catch. Now when I try to connect I get a blank error
>box in Websphere. Any ideas?
>
>DC
>--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
><rrokytskyy@a...> wrote:
> >
> > Firebird server. Therefore URL should be (note port is 3050):
> >
> > jdbc:firebirdsql://localhost:3050/c:/<my local path>/testdb.fdb

Is this not ...//localhost/3050:c:/<my local path>/testdb.fdb ?

Anyway, you could try it as just ...//localhost:c:/<my local
path>/testdb.fdb too, I think, since 3050 is the default. (Maybe not with
JDBC, though).

HB