Answered
jTDS and CFMX 6.1 Installation?
I'm wondering if someone can help me install jTDS into my
CFMX 6.1 world.
I copied the jtds-1.2.jar file to the C:\CFusionMX\lib directory.
In the Administrator, I created a new "other" datasource using this JDBC URL:
jdbc:jtds:sqlserver://127.0.0.1:2195\SQLEXPRESS/TVRCampSQL;useLOBs=false
I set the driver class to: (**** I think this is the problem ****)
net.sourceforge.jtds.jdbc.Driver
I set the driver name to:
jtds-1.2.jar
And I entered the username/password for the database in the username and password fields of the driver dialog.
However, I get the following error:
Connection verification failed for data source: test2
[]java.sql.SQLException: No suitable driver available for test2, please check the driver setting in resources file, error: net.sourceforge.jtds.jdbc.Driver
The root cause was that: java.sql.SQLException: No suitable driver available for test2, please check the driver setting in resources file, error: net.sourceforge.jtds.jdbc.Driver
I copied the jtds-1.2.jar file to the C:\CFusionMX\lib directory.
In the Administrator, I created a new "other" datasource using this JDBC URL:
jdbc:jtds:sqlserver://127.0.0.1:2195\SQLEXPRESS/TVRCampSQL;useLOBs=false
I set the driver class to: (**** I think this is the problem ****)
net.sourceforge.jtds.jdbc.Driver
I set the driver name to:
jtds-1.2.jar
And I entered the username/password for the database in the username and password fields of the driver dialog.
However, I get the following error:
Connection verification failed for data source: test2
[]java.sql.SQLException: No suitable driver available for test2, please check the driver setting in resources file, error: net.sourceforge.jtds.jdbc.Driver
The root cause was that: java.sql.SQLException: No suitable driver available for test2, please check the driver setting in resources file, error: net.sourceforge.jtds.jdbc.Driver
