I'm trying to connect to a postgreSQL 8.01 server via JDBC and ColdFusion MX7.
It all worked fine with PostgreSQL 7.4, but when I update to 8.0.1, I always
get the following error message: Connection verification failed for data
source: pgtest java.sql.SQLException: No suitable driver available for pgtest,
please check the driver setting in resources file, error: null The root cause
was that: java.sql.SQLException: No suitable driver available for pgtest,
please check the driver setting in resources file, error: null Anyone has been
able to connect to a postgres 8 database?