计算机VB+SQL学生成绩管理系统(10)
End If End If
If Me.RadioButton3.Checked Then
Dim str As String = \超级用户\ & \用户名='\ & Me.TextBox1.Text.Trim & \
If link(str).Rows.Count = 0 Then str = Nothing
str = \into 超级用户\ & \(用户名,密码) values ('\ & Me.TextBox1.Text.Trim & \ & Me.TextBox2.Text.Trim & \ link(str)
MessageBox.Show(\超级用户\ & Me.TextBox1.Text & \已成功\, \添加成功\, MessageBoxButtons.OK, MessageBoxIcon.Information) Else
MessageBox.Show(\记录\ & Me.TextBox1.Text & \已存在\, \添加失败\, MessageBoxButtons.OK, MessageBoxIcon.Error) End If End If
End Sub
用户修改代码:
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
If Me.TextBox3.Text.Trim = String.Empty Then
MessageBox.Show(\密码不能为空\, \添加失败\, MessageBoxButtons.OK, MessageBoxIcon.Error) Else
If Me.RadioButton1.Checked Then
str = \普通用户 set 密码='\ & Me.TextBox3.Text.Trim & \用户名='\ & Me.ComboBox1.Text.Trim & \
If Not link(str).Rows.Count Then
MessageBox.Show(\修改普通用户密码成功!\, \提示\, MessageBoxButtons.OK, MessageBoxIcon.Question) End If End If
If Me.RadioButton2.Checked Then
str = \高级用户 set 密码='\ & Me.TextBox3.Text.Trim & \用户名='\ & Me.ComboBox1.Text.Trim & \
If Not link(str).Rows.Count Then
MessageBox.Show(\修改高级用户密码成功!\, \提示\, MessageBoxButtons.OK, MessageBoxIcon.Question) End If End If
If Me.RadioButton3.Checked Then
str = \超级用户 set 密码='\ & Me.TextBox3.Text.Trim & \用户名='\
& Me.ComboBox1.Text.Trim & \
If Not link(str).Rows.Count Then
MessageBox.Show(\修改超级用户密码成功!\, \提示\, MessageBoxButtons.OK, MessageBoxIcon.Question) End If End If End If
End Sub
用户删除代码:
Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click
If Me.RadioButton1.Checked Then
Dim str As String = \普通用户 where 用户名='\ & ComboBox2.Text.Trim & \
link(str)
MessageBox.Show(\删除普通用户记录\ & ComboBox2.Text & \, \删除成功\, MessageBoxButtons.OK, MessageBoxIcon.Information) End If
If Me.RadioButton2.Checked Then
Dim str As String = \高级用户 where 用户名='\ & ComboBox2.Text.Trim & \
link(str)
MessageBox.Show(\删除高级用户记录\ & ComboBox2.Text & \, \删除成功\, MessageBoxButtons.OK, MessageBoxIcon.Information) End If
If Me.RadioButton3.Checked Then
Dim str As String = \超级用户 where 用户名='\ & ComboBox2.Text.Trim & \
link(str)
MessageBox.Show(\删除超级用户记录\ & ComboBox2.Text & \, \删除成功\, MessageBoxButtons.OK, MessageBoxIcon.Information) End If
End Sub
用户查询代码:
Private Sub Button7_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button7.Click
If Me.RadioButton1.Checked Then
xh = \普通用户 where 用户名='\ & Me.TextBox6.Text.Trim & \ ElseIf Me.RadioButton2.Checked Then
xh = \高级用户 where 用户名='\ & Me.TextBox6.Text.Trim & \ ElseIf Me.RadioButton3.Checked Then
xh = \超级用户 where 用户名='\ & Me.TextBox6.Text.Trim & \
End If chaxun()
End Sub
5.5用户注册
图4.5用户注册
设计过程:
进入用户注册界面后输入所要注册用户名和密码,再次确定后,选择所要注册的用户类型,点击提交后即可把相应的用户名和密码存入相应的用户信息表。
设计代码:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If Me.TextBox1.Text.Trim = String.Empty Then
MessageBox.Show(\用户名不能为空\, \添加失败\, MessageBoxButtons.OK, MessageBoxIcon.Error)
ElseIf Me.TextBox2.Text.Trim = String.Empty Then
MessageBox.Show(\密码不能为空\, \添加失败\, MessageBoxButtons.OK, MessageBoxIcon.Error) End If
If Me.RadioButton1.Checked Then
Dim str As String = \普通用户\ & \用户名='\ & Me.TextBox1.Text.Trim & \
If link(str).Rows.Count = 0 Then
If Me.TextBox3.Text = Me.TextBox2.Text Then
str = Nothing
str = \普通用户\ & \用户名,密码) values ('\ & Me.TextBox1.Text.Trim & \ & Me.TextBox2.Text.Trim & \ link(str)
MessageBox.Show(\普通用户\ & Me.TextBox1.Text & \已成功\, \添加成功\, MessageBoxButtons.OK, MessageBoxIcon.Information) Else
MessageBox.Show(\两次密码不一致\, \添加失败\, MessageBoxButtons.OK, MessageBoxIcon.Error) End If Else
MessageBox.Show(\记录\ & Me.TextBox1.Text & \已存在\, \添加失败\, MessageBoxButtons.OK, MessageBoxIcon.Error) End If End If
If Me.RadioButton2.Checked Then
Dim str As String = \高级用户\ & \用户名='\ & Me.TextBox1.Text.Trim & \
If link(str).Rows.Count = 0 Then
If Me.TextBox3.Text = Me.TextBox2.Text Then str = Nothing
相关推荐:
- [学前教育]MC9S12XS256RMV1 xs128芯片手册4
- [学前教育]安东尼语录经典语录
- [学前教育]e级gps控制测量技术设计书
- [学前教育]苏教版2022-2022学年八年级下学期期末
- [学前教育]装修公司推广 营销
- [学前教育]家政服务合同(完整版)
- [学前教育]湖北省2016届高三联考语文试题
- [学前教育]爱立信无涯学习系统LTE题库1-LTE基础知
- [学前教育]揭秘大众柴油车作弊软件原理
- [学前教育]人才流失原因及对策分析
- [学前教育]房屋建筑施工工程劳务分包合同
- [学前教育]国际贸易实务试卷A卷09.6
- [学前教育]校园废品回收活动计划方案书范文格
- [学前教育]电大成本会计试题及答案
- [学前教育]大学物理实验 华南理工出版社 绪论答案
- [学前教育]爱丁堡产后抑郁量表
- [学前教育]液压冲击的危害、产生原因与防止方法(
- [学前教育]学生工作总结高一学生期中考试总结_020
- [学前教育]人民医院医疗废物管理规章制度大全
- [学前教育]阳光维生素的巨大抗癌潜能阅读题答案.d
- 马云在云锋基金江苏论坛闭幕式的发言
- 试论小学体育教育中的心理健康教育-教
- 语文A版一年级下册《语文乐园一》教学
- 2021四川大学物理化学考研真题经验参考
- [人教A版]2015-2016学年高中数学 第二
- 终端网点销售返利协议书
- 江苏省2015年眼科学主治医师青光眼考试
- 2017年部编人教版八年级语文上册教案
- 十一中学七年级英语上册Unit7Howmuchar
- 以赛促教的创新性实验教学机制建设实践
- 平凉市崆峒区2015七年级下生物期末试题
- 琶洲(地块五)A、B塔楼1、2#塔吊基础
- 一级医院工作制度与人员岗位职责
- 2018北京西城区高三二模理科数学试题及
- 炒股密码线技术 - 图文
- 职高学生生涯发展辅导教案
- 语文人教版四年级上册8 世界地图引出的
- 最新最新人教版二年级上册全册数学教案
- 2017高考英语全国2卷精彩试题(有问题
- 普通心理学笔记




