Thursday, November 17, 2011

sqljdbc alternative

If you're looking to download sqljdbc.jar or sqljdbdc.jar depending on what JRE/JDK you're running, you may want to also take a look at http://jtds.sourceforge.net/.  This driver is a bit more flexible and will work with the latest 1.6 JDK that's distributed by Apple.  You simply have to change your JNDI name to start with jdbc:jtds:sqlserver instead of jdbc:sqlserver.

No comments:

Post a Comment