SQL的JDBC驱动:
ftp://162.105.19.19/pub/DevelopTools/java/JDBCforSQLServer2000
ftp://162.105.147.3/pub/software/development/java/JDBCforSQLServer2000
ftp://210.35.168.11/pub/Programming/Java/SQLServerJDBCDriver/JDBCforSQLServer2000
把三个.jar文件包含在classpath或放在tomcat指定的目录里就可以了

解决方案 »

  1.   

    Oracle的驱动
    ftp://ftp.tu-chemnitz.de/pub/FreeBSD/branches/-current/ports/databases/jdbc-oracle816
    ftp://ftp.iij.ad.jp/pub/FreeBSD/branches/-current/ports/databases/jdbc-oracle816
    ftp://gatekeeper.dec.com/pub/BSD/FreeBSD/FreeBSD-current/ports/databases/jdbc-oracle816
    ftp://ftp.utexas.edu/dev/local3/FreeBSD/branches/-current/ports/databases/jdbc-oracle816
    ftp://ftp.utexas.edu/dev/local3/freebsd/freebsd-ncvs/ports/databases/jdbc-oracle816
    ftp://ftp.uni-bielefeld.de/.mnt0/systems/FreeBSD/ports-current/databases/jdbc-oracle816
      

  2.   

    谢谢!!!  oracle 也是这么配置么?
      

  3.   

    Oracle数据库自带了驱动程序,在oracle817\jdbc\lib下 的classes12.zip 就是了。
    如果你是jsp程序,那要把classes12.zip 放到 你的虚拟目录\WEB-INF\lib 下。