cwlovell13
12 years agoOccasional Contributor
JDBC Connection to Microsoft SQL
Hello,
I am trying to create a SQL connection using JDBC. I have added the sqljdbc.jar & sqljdbc4.jar files to the bin\ext folder. I am getting an error and I am not sure how to fix it. I have the correct driver but it is not seeing it...
Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
Connection String: jdbc:sqlserver://ServerName;databaseName=DBName;user=un;password=pw
Error: 2013-09-17 09:56:05 - Error getting response; java.lang.UnsupportedOperationException: Java Runtime Environment (JRE) version 1.7 is not supported by this driver. Use the sqljdbc4.jar class library, which provides support for JDBC 4.0.
I am trying to create a SQL connection using JDBC. I have added the sqljdbc.jar & sqljdbc4.jar files to the bin\ext folder. I am getting an error and I am not sure how to fix it. I have the correct driver but it is not seeing it...
Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
Connection String: jdbc:sqlserver://ServerName;databaseName=DBName;user=un;password=pw
Error: 2013-09-17 09:56:05 - Error getting response; java.lang.UnsupportedOperationException: Java Runtime Environment (JRE) version 1.7 is not supported by this driver. Use the sqljdbc4.jar class library, which provides support for JDBC 4.0.