Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which jar to use for connecting to MS SQL server

Can some one please guide me to understand which jar file i need to include in my application to be able to set up a jdbc connection with ms sql server.

thanks in advance.

like image 436
Amit Avatar asked Mar 19 '10 08:03

Amit


1 Answers

sqljdbc.jar and sqljdbc4.jar class library files to be used depending on your preferred Java Runtime Environment (JRE) settings. For more information about which JAR file to choose, see System Requirements for the JDBC Driver.

Downloads links and more information can be found here.

like image 174
kevchadders Avatar answered Oct 14 '22 16:10

kevchadders