Connecting Pentaho Data Integration to a Firebird SQL database

81 Views Asked by At

I'm trying to establish an input table in a pentaho transformation but when I try to connect to the database, the following error appears:

Driver class 'org.firebirdsql.jdbc.FBDriver' could not be found, make sure the 'Firebird SQL' driver (jar file) is installed. javax/resource/ResourceException

I have already tried all firebird drivers available at https://firebirdsql.org/en/jdbc-driver/ and copied the jar files into C:\Program Files\data-integration\lib, but the error shown above keeps showing up....

All questions I found are about old version of Firebird like 2.1

0

There are 0 best solutions below