我碰到的错误是信息是这样:[jcc][1078][11539][3.57.40] JDBC 驱动程序已到期。IBM DB2 JDBC Universal Driver Architecture 3.57.40 Test Build 在 09-12-30 上午12:00 时已到期。 ERRORCODE=-4473, SQLSTATE=null
[jcc][1078][11539][3.57.40] JDBC 驱动程序已到期。IBM DB2 JDBC Universal Driver Architecture 3.57.40 Test Build 在 09-12-30 上午12:00 时已到期。 ERRORCODE=-4473, SQLSTATE=null是的是DB2驱动过期了 可是我不知道怎么去修改 难道非要从新下载个驱动吗,如果真是这样的话有谁能告诉我一个能用的驱动的URL 谢谢了

解决方案 »

  1.   

    -4473 text-from-getMessage
    Explanation: The requested operation cannot be performed because the target resource is no longer available.User resp*****e: Call SQLException.getMessage to retrieve specific information about the problem.
     
       
      

  2.   

    Db Name: IBM DB2 
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    JDBC Name: DB2 JDBC Universal Driver 
    Home Page: http://www-306.ibm.com/software/data/db2/udb/ 
    JDBC Ver: 
    Download: http://www-128.ibm.com/developerworks/db2/downloads/jcc/ 
    Conn Code: 
    Class.forName("com.ibm.db2.jdbc.app.DB2Driver ").newInstance(); 
    Connection conn= DriverManager.getConnection("jdbc:db2://localhost:5000/sample",user,password); 
      

  3.   

    http://www-900.ibm.com/cn/support/download/download.shtml