You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by se...@apache.org on 2004/09/04 16:27:21 UTC

cvs commit: db-torque/xdocs mssql-howto.xml

seade       2004/09/04 07:27:21

  Modified:    xdocs    Tag: TORQUE_3_1_BRANCH mssql-howto.xml
  Log:
  Added reference to jTDS, fixed borken link to MS SQL JDBC driver.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.7.2.2   +15 -9     db-torque/xdocs/mssql-howto.xml
  
  Index: mssql-howto.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/xdocs/mssql-howto.xml,v
  retrieving revision 1.7.2.1
  retrieving revision 1.7.2.2
  diff -u -r1.7.2.1 -r1.7.2.2
  --- mssql-howto.xml	19 Aug 2004 02:25:06 -0000	1.7.2.1
  +++ mssql-howto.xml	4 Sep 2004 14:27:21 -0000	1.7.2.2
  @@ -51,19 +51,25 @@
   </section>
   <section name="JDBC Driver">
   <p>
  -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.
  +Microsoft has a JDBC driver for MS SQL Server available from their <a
  +href="http://www.microsoft.com/sql/downloads/">SQL Downloads page</a>. 
  +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 one of the
  +free drivers, <a href="http://www.freetds.org">FreeTDS</a> or 
  +<a href="http://jtds.sourceforge.net/">jTDS</a> can be used.
   </p>
   
   <p>
   The driver from FreeTDS, as of version 0.51, is unstable and buggy, and not
  -recommended for production environments. Use at your own risk.
  +recommended for production environments. Use at your own risk. If you have used
  +a more recent version of FreeTDS successfully then please let us know.
  +</p>
  +
  +<p>
  +We have only recently been informed of the existence of 
  +<a href="http://jtds.sourceforge.net/">jTDS</a>, which is based on FreeTDS.
  +Try it out and let us know how it goes.
   </p>
   
   <p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org