分类: 数据库开发技术
2009-10-20 17:40:31
数 据 库 | 说 明 |
---|---|
MySQL | Shipped. But need to download the latest for MySQL 4.1 or higher. |
Oracle | Included. |
SQL Server by jTDS | Included. Support Microsoft SQL Server (6.5, 7, 2000 and 2005) |
Postgres | Included 7.3 JDBC 3 |
SAP DB | Included. |
SyBase by jTDS |
Included. Support Sybase (10, 11, 12) |
IBM Informix |
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";); |