有哪位大神能告诉我下面这些代码是什么意思?
SqlDataReadertemDR=MyClass.getcom("select*from用户信息where登录名='"+textBox_name.Text.Trim(...
SqlDataReader temDR = MyClass.getcom("select * from 用户信息 where 登录名='" +textBox_name.Text.Trim() + "' and 密码='" + textBox_key.Text.Trim() + "'");
SqlDataReader adr = MyClass.getcom("select 身份标识 from 用户信息 where 登录名='" + textBox_name.Text.Trim() + "' and 密码='" + textBox_key.Text.Trim() + "'");
bool ifcom = temDR.Read();
adr.Read();
if (ifcom && adr[0].ToString() == "1")
{
MyClass.con_close();
this.DialogResult = System.Windows.Forms.DialogResult.OK;
}
else if (ifcom && adr[0].ToString() == "2")
{
Mymeans.means.Login_Name = textBox_name.Text;
MyClass.con_close();
this.DialogResult = System.Windows.Forms.DialogResult.No;
} 展开
SqlDataReader adr = MyClass.getcom("select 身份标识 from 用户信息 where 登录名='" + textBox_name.Text.Trim() + "' and 密码='" + textBox_key.Text.Trim() + "'");
bool ifcom = temDR.Read();
adr.Read();
if (ifcom && adr[0].ToString() == "1")
{
MyClass.con_close();
this.DialogResult = System.Windows.Forms.DialogResult.OK;
}
else if (ifcom && adr[0].ToString() == "2")
{
Mymeans.means.Login_Name = textBox_name.Text;
MyClass.con_close();
this.DialogResult = System.Windows.Forms.DialogResult.No;
} 展开
1个回答
微测检测5.10
2023-07-11 广告
2023-07-11 广告
IEC62133与en62133的区别如下:1. 认证机构不同:IEC62133是国际的标准,它以国际通用的标准进行生产;而en62133采用的是欧盟的标准,它使用欧盟的生产需求进行生产。2. 宗旨不同:IEC62133的宗旨是促进电气、电...
点击进入详情页
本回答由微测检测5.10提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询