Subject Re: Type 2 driver modifications are ready for review.
Author Roman Rokytskyy
Hi,

> Sorry if this seems trivial, but I'm stuck at the connection.
> If I try "jdbc:firebirdsql:native://localhost/e:/path/to/mydb.fdb" I
> get
>
> "Cannot connect to this database:
> ...
> What am I doing wrong?

It seems to me that our InterClient URL parser does not handle native
URLs yet. Try this:

jdbc:firebirdsql:native:localhost/3050:e:/path/to/mydb.fdb

Best regards,
Roman Rokytskyy