标题:着急,出错啦,运行后出现至少一个参数未被定义的错误,哪里需要改,需要大 ...
取消只看楼主
啦啦啦1234
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2014-12-15
结帖率:0
已结贴  问题点数:20 回复次数:0 
着急,出错啦,运行后出现至少一个参数未被定义的错误,哪里需要改,需要大神
Private Sub Command1_Click()
If Text1.Text = "" Then
MsgBox "请输入用户名"
End If
If Text3.Text = "" Then
MsgBox "请输入密码"
End If
Dim cn As New ADODB.Connection
cn.Open "provider=microsoft.jet.OLEDB.4.0;Data source=教师工资数据库.mdb;"
Dim rs As New ADODB.Recordset
rs.ActiveConnection = "provider=microsoft.jet.OLEDB.4.0;Data source=教师工资数据库.mdb;"
abc = "select * from 出勤率查询表 where 登陆账号='" + Text1.Text + "' and 登陆密码='" + Text3.Text + "'"
rs.Open abc %这句会有黄色标志
If rs.EOF = False Then
Unload Me
Form3.Show
Else
MsgBox "密码不正确,请重新输入"
y = y + 1
Text1.Text = ""
Text3.Text = ""
End If
If y >= 3 Then
MsgBox "输入错误超过三次,退出本系统"
End
cn.Close
End If
End Sub
搜索更多相关主题的帖子: 输入密码 用户名 source 数据库 where 
2014-12-15 17:29



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




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

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