I'm trying to connect to a Pervasive JDBC datasource on a Linux server, using Coldfusion. When adding a Coldfusion datasource I receive the following error:
Connection verification failed for data source: Test
[]java.sql.SQLException: No suitable driver available for Test, please check the driver setting in resources file, error: com.pervasive.jdbc.v2.driver
The root cause was that: java.sql.SQLException: No suitable driver available for Test, please check the driver setting in resources file, error: com.pervasive.jdbc.v2.driver
My settings are:
JDBC URL: jdbc: pervasive://192.168.0.1:1583/Demodata
Driver Class: com.pervasive.jdbc.v2.driver
Can anybody please help?
Ericus Steyn