數(shù) 據(jù) 庫(kù) | 說(shuō) 明 |
---|---|
MySQL | http://www.mysql.com/products/connector/j/ Shipped. But need to download the latest for MySQL 4.1 or higher. |
Oracle | http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html Included. |
SQL Server by jTDS | http://jtds.sourceforge.net/ Included. Support Microsoft SQL Server (6.5, 7, 2000 and 2005) |
Postgres | http://jdbc.postgresql.org/download.html Included 7.3 JDBC 3 |
SAP DB | http://www.sapdb.org/sap_db_jdbc.htm Included. |
SyBase by jTDS |
http://jtds.sourceforge.net/ Included. Support Sybase (10, 11, 12) |
IBM Informix |
http://www14.software.ibm.com/webapp/download/search.jsp?go=y&rs=ifxjdbc Class.forName("com.informix.jdbc.IfxDriver").newInstance(); Connection conn= DriverManager.getConnection("jdbc:informix-sqli://123.45.67.89:1533/myDB:INFORMIXSERVER=myserver;user=testuser;password=testpassword";); |