I've installed an external desktop application and established connection with their example Firebird database (it is locally on my computer, I have all parameters, passwords).
How can I connect to that Firebird database in my own application written in Java using .FDB
file?
Do I have to establish new connection and build new database or directly connect?