On 9-5-2019 21:46, Peter Milesson [email protected] [firebird-support] wrote: > Your suggestion doesn't work for me. The error message is: > > A driver is not registered for the URL > firebirdsql:oo://<server>//<path_to_database.fdb>.
If you can connect with firebirdsql://<server>/<path_to_database.fdb> then you can also connect with firebirdsql:oo://<server>/<path_to_database.fdb> You need to use the "JDBC driver" option in both cases. About the "Firebird file" option, you need to make sure to remove the file:/// if you browsed to a file. You can't use that to connect to a Firebird server though, because this option doesn't prompt for a username and password. Mark -- Mark Rotteveel
