if (Convert.ToInt32(oledbcom.ExecuteScalar()) > 0) 提示FROM 子句语法错误。
protectedboolisName(stringuser_name){OleDbConnectionoledbconn=newOleDbConnection("Pro...
protected bool isName(string user_name)
{
OleDbConnection oledbconn = new OleDbConnection("Provider= Microsoft.Jet.OLEDB.4.0;Data Source=" + Server.MapPath("~/App_Data/liuyan.mdb"));
oledbconn.Open();
OleDbCommand oledbcom = new OleDbCommand("select count(*) from user where user_name='" + txtName.Text + "'", oledbconn);
if (Convert.ToInt32(oledbcom.ExecuteScalar()) > 0)
{
return true;
}
else
{
return false;
}
oledbconn.Close();
} 展开
{
OleDbConnection oledbconn = new OleDbConnection("Provider= Microsoft.Jet.OLEDB.4.0;Data Source=" + Server.MapPath("~/App_Data/liuyan.mdb"));
oledbconn.Open();
OleDbCommand oledbcom = new OleDbCommand("select count(*) from user where user_name='" + txtName.Text + "'", oledbconn);
if (Convert.ToInt32(oledbcom.ExecuteScalar()) > 0)
{
return true;
}
else
{
return false;
}
oledbconn.Close();
} 展开
1个回答
上海德康电子
2023-06-12 广告
2023-06-12 广告
ALPS Bluetooth 模块是一种支持蓝牙协议的无线通信模块,通常用于连接蓝牙设备,如手机、耳机、音箱等。ALPS Bluetooth 模块有多种类型,其中包括:1. UGZZC-G 车载用Bluetooth模块:这是一种内置蓝牙协议...
点击进入详情页
本回答由上海德康电子提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询