Checklogin.jsp: <%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>无标题文档</title> </head> <body> <%Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); //载入驱动程序类别 String url = "jdbc:odbc:studentdata"; String user=""; String pwd=""; Connection con = DriverManager.getConnection(url,user, pwd); //建立数据库链接,studentdata为ODBC数据源名称
首页 上一页 1 2 3 4 5 6 7 下一页 尾页 3/11/11