求解:为什么无法打开登录所请求的数据库“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个回答
金山毒霸
2024-10-31 广告
2024-10-31 广告
大部分系统错误,是因为某些DLL文件丢失造成的,比如未安装DirectX9或DirectX 9.0组件已损坏、缺少Visual C ++库、未安装.net库。解决方法如下:一、 手动解决方法1、先确定电脑操作系统是多少位的,现在的电脑一般都...
点击进入详情页
本回答由金山毒霸提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询