testOracle.jsp如下:
|
<%@ page contentType="text/html;charset=gb2312"%> |
二、jsp连接Sql Server7.0/2000数据库
testSqlServer.jsp如下
|
<%@ page contentType="text/html;charset=gb2312"%> |
三、jsp连接DB2数据库
testDB2.jsp如下:
|
<%@ page contentType="text/html;charset=gb2312"%> |
四、jsp连接Informix数据库
testInformix.jsp如下:
|
<%@ page contentType="text/html;charset=gb2312"%> |
五、jsp连接Sybase数据库
testSybase.jsp如下:
|
<%@ page contentType="text/html;charset=gb2312"%> |
六、jsp连接MySQL数据库
testMySQL.jsp如下:
|
<%@ page contentType="text/html;charset=gb2312"%> |
七、jsp连接PostgreSQL数据库
testPostgreSQL.jsp如下:
|
<%@ page contentType="text/html;charset=gb2312"%> |
博客主要介绍了JSP连接多种数据库的相关内容,包含用thin模式连接Oracle8/8i/9i数据库,以及连接Sql Server、DB2、Informix、Sybase、MySQL、PostgreSQL等数据库的示例代码。
227

被折叠的 条评论
为什么被折叠?



