具体看:http://dev2dev.bea.com.cn/bbs/yuanch/ArticleShow.jsp?Id=20
Driver Classname的几种类型:
(1) JDataStore:com.borland.datastore.jdbc.DataStoreDriver
(2) Oracle:oracle.jdbc.driver.OracleDriver
(3) SQL:weblogic.jdbc.sqlserver.SQLServerDriver
URL的抒写格式:
(1) JDataStore:jdbc:borland:dsremote:directoryAndFile.jds
例如:jdbc:borland:dsremote://localhost/D:ProgramFilesBorlandJBuilderXsamplesJDataStore datastores employee .jds
(2) Oracle:jdbc:oracle:thin:@[host name]:[port]:[SID]
例如:jdbc:oracle:thin:@localhost:1521:myOracle
(3) SQL :jdbc:bea:sqlserver:// [host name]:[port]
例如:jdbc:bea:sqlserver://localhost:1433