Cache JDBC connection help
Hi,
I am trying to create a JDBC connection to a Cache database in CF10 but I am not really sure where to begin.
I have imported the CacheDB.jar file into C:\ColdFusion10\cfusion\wwwroot\WEB-INF\lib. Is this the correct location?
I then created a CF Data Source in CF admin named test with a Driver Name of CacheDB.jar and a URL of jdbc:dbservername://dbserverip:1973/TESTDB. I have also entered the approriate username and password.
I get the following error when I try to verify the connection:
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:
The root cause was that: java.sql.SQLException: No suitable driver available for test, please check the driver setting in resources file, error:
I am not really suprised as I'm certain my JDBC URL is completely wrong but I'm not sure what the appropriate settings are or even if I have the .jar file in the right spot.
Any assistance would be greatly appreciated.
Thanks.
