2 Replies Latest reply on Oct 23, 2002 9:30 PM by superdave591

    JDBC Driver

    sanjeev

      Hi all:

      Can anyone advise us on the best open source JDBC driver which will work with SQL Server 7 and JBoss 3.x on Windows 2000 server.


      Appreciate all your help

      Sanjeev

        • 1. Re: JDBC Driver
          jasonbrome

          I think you're going to be pretty hard pushed to find much choice when it comes to free SQL Server 7 JDBC drivers.

          Microsoft's driver only works with SQL Server 2000 - I believe that the only free driver that will connect to SQL Server 7 is FreeTDS - www.freetds.org

          Check out this page which has an evaluation of SQL Server 7 drivers - It is out of date, but still contains some pertinent information.

          http://www.geocities.com/mhho92/techpapers/JDBC/JDBCEvaluationMSSQL7.html

          Jason

          • 2. Re: JDBC Driver
            superdave591

            Check out jtds.sourceforge.net, it supports SQL server 6 and 7 I believe. It isnt fully featured but its actively being worked on, and good enough for many simple projects. Its a full java implementation based on freetds work.



            David