Hello every one!
1)I downloaded the Driver to driver folder in DB connect.
2)I add stanza to db_connect_type in default folder like this
[firebird]
displayName = Firebird SQL
jdbcDriverClass = org.firebirdsql.jdbc.FBDriver
jdbcUrlFormat = jdbc:firebirdsql://:/?encoding=NONE&charSet=ISO-8859-1
jdbcUrlSSLFormat = jdbc:firebirdsql://:/?encoding=NONE&charSet=ISO-8859-1
port = 3050
database = master
3) After saving the connection, I get this type of error
... View more