I installed firebird-3.0 and Libreoffice 6.2
I want to connect libreoffice to external firebird database.
On the database wizard
-Select Database Step: on the Connect to an existing database dropdown menu I picked Firebird File → Next
- On the Connection settings it asks for Datasource URL (e.g. host=$host:$port dbname=$database)
I know that I can connect with isql tool to my example database with
isql examples -u sysdba -p masterkey
or by using the full path
isql ‘localhost:c:\db\examples.fdb’ -u sysdba -p masterkey
And work from the Command Prompt.
But I’d like to use Base for the rest.
How can I do that?