oracle10 + JDBC 使用classes12.jar還是ojdbc.jar包

1.classes12.jar   (對JDK1.2與JDK1.3適用,但在我應用JDK1.4時使用情況良好)
     Classes for use with JDK 1.2 and JDK 1.3.  It contains the
     JDBC driver classes, except classes for NLS support in Oracle
     Object and Collection types.
 
 2.ojdbc14.jar (對JDK1.4與JDK1.5適用)
     Classes for use with JDK 1.4 and 5.0.  It contains the JDBC driver
     classes, except classes for NLS support in Oracle Object and
     Collection types.

////附加一些其它的
 3.orai18n.jar is used by other parts
  of Oracle, not just JDBC, the jlib directory is the correct
  location for this file. In this release we have removed the
  unneeded duplicate in [ORACLE_HOME]/jdbc/lib. Please update
  your classpaths to reference [ORACLE_HOME]/jlib/orai18n.jar
  as needed.
 4.JDBC 3.0 Features
     Complete support for all JDBC 3.0 features.
       - Autogenerated Keys are now supported.
       - Cursor Holdability methods now return the correct values rather
  rather than throwing SQLException. There is no change in the
  actual rdbms support for cursor holdability.
       - Local/Global Transaction Switching

發佈了30 篇原創文章 · 獲贊 3 · 訪問量 9萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章