求解:为什么无法打开登录所请求的数据库“db_Examination”登录失败。 用户 sa登录失败
publicvoidST_check_Login(){//打开数据库连接,并调用公共类中的getcon方法SqlConnectioncon=dataconn.getcon...
public void ST_check_Login()
{
//打开数据库连接,并调用公共类中的getcon方法
SqlConnection con = dataconn.getcon();
con.Open();
string sqlstr1 = "select count(*) from tb_StuResult where stu_id ='"+Session["StuName"]+"'";
SqlCommand mycom = new SqlCommand(sqlstr1, con);
int intcount = Convert.ToInt32(mycom.ExecuteScalar());
if (intcount > 0)
{
Response.Write("<script>alert('对不起!您只能答一套题!');location='../Default.aspx'</script>");
}
} 展开
{
//打开数据库连接,并调用公共类中的getcon方法
SqlConnection con = dataconn.getcon();
con.Open();
string sqlstr1 = "select count(*) from tb_StuResult where stu_id ='"+Session["StuName"]+"'";
SqlCommand mycom = new SqlCommand(sqlstr1, con);
int intcount = Convert.ToInt32(mycom.ExecuteScalar());
if (intcount > 0)
{
Response.Write("<script>alert('对不起!您只能答一套题!');location='../Default.aspx'</script>");
}
} 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询