I am using an application that apparently uses Firebird as database.
I believe this because in the app directory, I found the files firebird.conf and firebird.msg. The data file is called database.cdb.
I'm trying to access this file directly, without going through the application. Can anyone suggest me a good way to do this?
I'm trying to use the SQuirrel SQL, but so far without success (I'm not able to build a proper connection string).
I'm using a windows SO. I checked services/process and wasn't able to find anyone that suggests that Firebird is running.