锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲在线成人,亚洲另类在线一区,三级视频网站在线http://www.aygfsteel.com/Michael-Q/category/30428.html-----鐮旂┒BI寮婧愯蔣浠?/description>zh-cnThu, 27 Mar 2008 10:40:55 GMTThu, 27 Mar 2008 10:40:55 GMT60鍏充簬 Oracle鐨勪袱涓┍鍔?http://www.aygfsteel.com/Michael-Q/archive/2008/03/27/189070.htmlMr. Michael.QMr. Michael.QThu, 27 Mar 2008 09:18:00 GMThttp://www.aygfsteel.com/Michael-Q/archive/2008/03/27/189070.htmlhttp://www.aygfsteel.com/Michael-Q/comments/189070.htmlhttp://www.aygfsteel.com/Michael-Q/archive/2008/03/27/189070.html#Feedback0http://www.aygfsteel.com/Michael-Q/comments/commentRss/189070.htmlhttp://www.aygfsteel.com/Michael-Q/services/trackbacks/189070.html 鏈榪戣侀亣鍒癘racle鐨勪袱涓┍鍔ㄩ夋嫨,涓嶆竻妤氬埌搴曢夊摢涓?. 浜庢槸,浠婂ぉ鍦ㄧ綉涓婃壘浜嗕竴涓?鍦–SDN鐨勮鍧涗腑,coolhorse168 鍦ㄥ畼鏂圭綉绔欎笂鎵炬潵瀵硅繖涓ら┍鍔ㄧ殑瑙i噴,鐗瑰湴鎶勮繃鏉ュ啓鍦ㄦ垜鐨勫崥瀹㈤噷,浠ュ鏃ュ悗鏌ョ湅.
ojdbc14.jar
Classes for use with JDK 1.4. It contains the JDBC driver
classes, except classes for NLS support in Oracle Object and
Collection types.
classes12.jar
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.
The Old oracle.jdbc.driver Package Will Go Away Soon !!!
--------------------------------------------------------
Beginning in Oracle 9i, Oracle extensions to JDBC are captured in
the package oracle.jdbc. This package contains classes and
interfaces that specify the Oracle extensions in a manner similar
to the way the classes and interfaces in java.sql specify the
public JDBC API.
The use of the package oracle.jdbc.driver has been deprecated
since the initial version of 9i. Your code should use the package oracle.jdbc instead. New features since Oracle 9i are incompatible
with use of the package oracle.jdbc.driver. Although we continue
to support the old package oracle.jdbc.driver in this release to
provide backwards compatibility, the package will definitely be
removed in the next major release. If you still have existing
applications that use the old oracle.jdbc.driver package, now is the
time to convert your code.
All that is required to covert your code is to replace
"oracle.jdbc.driver" with "oracle.jdbc" in the source and recompile.
This cannot be done piecewise. You must convert all classes
and interfaces that are referenced by an application.