jsp网上书店网页设计 第7页
}
password=getString(password);
//查询数据库信息,验证身份:
Statement sql=null;
ResultSet rs=null;
// catch(ClassNotFoundException event){out.print("连接数据库失败");}
try
{ Connection con;
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
con=DriverManager.getConnection("jdbc:odbc:shop","root","123456");
sql=con.createStatement();
String condition="SELECT * FROM users WHERE username='"+username+"'AND password='"+ password+"'";
int n=0;
rs =sql.executeQuery(condition);
while(rs.next())
{ n++;
}
if(n>0)
{ //将用户名和密码存入session对象,以备在输入界面:buybook.jsp中使用:
session.setAttribute("username",username);
session.setAttribute("password",password);
response.sendRedirect("my_information.jsp");
}
if(n<1)
{ //out.print("您输入的用户名或密码不正确");
response.sendRedirect("err.jsp");
}
}
catch(SQLException e1) {out.print("登录失败,请重新登录");}
上一页 [1] [2] [3] [4] [5] [6] [7]
jsp网上书店网页设计 第7页下载如图片无法显示或论文不完整,请联系qq752018766