> +1 on the addition of the MS SQL adaptor.  Just to clarify, a 
> different
> driver than Sun's JDBC-ODBC bridge must be used?  If yes, 
> this should be
> noted (if it isn't already).

Yes, this is using a JDBC driver that accesses the DB
directly, not via ODBC (just as you would do against
Oracle). Where should this be noted? I did add the following
comment to DBMSSQL.java:

/**
 * This is used to connect to a MSSQL database.  For now, this class
 * simply extends the adaptor for Sybase.  You can use one of several
 * commercial JDBC drivers; the one I use is:
 *
 *   i-net SPRINTA(tm) 2000 Driver Version 3.03 for MS SQL Server
 *   http://www.inetsoftware.de/
 *
 * @author <a href="mailto:[EMAIL PROTECTED]">Gonzalo Diethelm</a>
 * @version $Id: DBMSSQL.java,v 1.1 2000/10/03 17:48:45 gonzalo Exp $
 */
public class DBMSSQL
...



-- 
Gonzalo A. Diethelm
[EMAIL PROTECTED]


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to