| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 433 人关注过本帖
标题:[求助]为什么不能把数据添加到数据库
取消只看楼主 加入收藏
礼拜六
Rank: 1
等 级:新手上路
帖 子:22
专家分:0
注 册:2006-4-5
收藏
 问题点数:0 回复次数:0 
[求助]为什么不能把数据添加到数据库
Private Sub Text3_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
If Text2.Text <> Text3.Text Then
MsgBox "两次输入的密码不一样,请从新输入!!"
Text3.SetFocus
Text3.Text = ""
ElseIf Text2.Text = Text3.Text Then
Adodc1.RecordSource = "select 用户名 from 登陆表 where 用户名='" & Text1.Text & "'"
If str.Fields(0) = Text1.Text Then
MsgBox "您输入的用户名已经存在,请从新输入!!"
Text1.Text = ""
Text1.SetFocus
Else
Adodc1.RecordSource = "Insert Into 登陆表 values ('& text1.text &','& text2.text &')"
Me.Hide
MDIFrmyingye.Show
End If
End If
End If
End Sub
搜索更多相关主题的帖子: 数据库 
2006-04-16 13:11
快速回复:[求助]为什么不能把数据添加到数据库
数据加载中...
 
   



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

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