Sir I have installed JAVA 15 windows 7 64bit

aapng.png

I want to ask what Microsoft JDBC Driver for SQLSERVER 2014 should I download.

Please

Recommended Answers

All 5 Replies

Remember what you mix something very old and new you end up having to test to see if it works.

https://github.com/microsoft/mssql-jdbc/releases has me write to try 9.1.1 since Java 15 support was only added in 9.1.0.

Sir can you please help in some easy words?

Want to know only what JDBC version should I download for SQLSERVER 2014 while using java 12 JDK 1.8

You may have Java 15 installed, but according to your screenshots, you are using Java 8

commented: This! +15

You may have Java 15 installed, but according to your screenshots, you are using Java 8

It's more bizarre than that. The java version is 1.8 but the compiler is 1.15
Possible reason is that a 1.8 JRE (runtime only) was installed, followed later by a 1.15 JDK (full developmen kit), but the JRE is still before the JDK in the PATH, or maybe the JAVA_HOME variable still points to the JRE.

commented: That! +15
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.