Insert title heretry{Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");String source="jdbc:odbc:student";Connection con=DriverManager.getConnection(source);%> 普通方式连接ACCESS成功!}catc_impot在jsp中后边接什么">
当前位置:   article > 正文

JSP中连接ACCESS_impot在jsp中后边接什么

impot在jsp中后边接什么
<%@ page language="java" contentType="text/html; charset=gb2312"
    import="java.sql.*"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<%
try
{
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
String source="jdbc:odbc:student";
Connection con=DriverManager.getConnection(source);

%>
 普通方式连接ACCESS成功!
<%
}catch(SQLException e){
    out.println(e.toString());
}
%>
</body>
</html>
声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号