标题:[求助]密码验证
取消只看楼主
soccer
Rank: 1
等 级:新手上路
帖 子:36
专家分:0
注 册:2005-7-12
 问题点数:0 回复次数:0 
[求助]密码验证

con.Open()
cmd.CommandText = "select * from userid where 用户名= '" + useridtxt.Text + "' "
cmd.Connection = con
da.SelectCommand = cmd
da.Fill(ds, "userid")
con.Close()

If ds.Tables("userid").Rows(0).Item(1) = passwordtxt.Text Then
newform1.ShowDialog()
Me.Hide()
Else
Exit Sub
End If
我这样写有什么错误吗??功能就是不能实现

搜索更多相关主题的帖子: 密码 验证 
2006-10-21 18:12



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-97827-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.052263 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved