mpoeschl 01/12/06 23:55:52 Modified: xdocs mssql-howto.xml Log: apply changes from turbine-2 repo Revision Changes Path 1.2 +8 -5 jakarta-turbine-torque/xdocs/mssql-howto.xml Index: mssql-howto.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-torque/xdocs/mssql-howto.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mssql-howto.xml 2001/11/06 21:19:37 1.1 +++ mssql-howto.xml 2001/12/07 07:55:52 1.2 @@ -37,11 +37,14 @@ </section> <section name="JDBC Driver"> <p> -Microsoft does not have a JDBC driver for MS SQL Server. You will need to -either select from a commercial driver, see -<a href="http://industry.java.sun.com/products/jdbc/drivers">JDBC(TM) -Technology - Drivers</a>, the JDBC-ODBC bridge driver from Sun, or a free -driver from <a href="http://www.freetds.org">FreeTDS</a>. +Microsoft has a <a +href="http://www.microsoft.com/sql/downloads/2000/jdbc.asp">JDBC +driver for MS SQL Server</a> in beta. Alternately, a third party +commercial driver from <a +href="http://industry.java.sun.com/products/jdbc/drivers">JDBC(TM) +Technology - Drivers</a>, the JDBC-ODBC bridge driver from Sun, or the +free driver from <a href="http://www.freetds.org">FreeTDS</a> can be +used. </p> <p>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
