Subject Re: Can't connect to Firebird database with Websphere Express 5
Author Roman Rokytskyy
Helen,

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

Both formats are supported. The one I use is Firebird's native one,
the one you showed is similar to InterClient, so it is easier to migrate.


> 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).

3050 is default for JDBC too.

Roman