VB数据库 帮忙看看为什么我的数据更新不了

PrivateSubPicture1_Click(IndexAsInteger)DimiAsIntegerDimyAsIntegerFori=0ToPicture1.UB... Private Sub Picture1_Click(Index As Integer)
Dim i As Integer
Dim y As Integer
For i = 0 To Picture1.UBound
If i = Index And i <= 15 Then
If glkg(Index) = 0 And dlq(Index) = 0 Then
y = MsgBox("断路器未断开!", 48, "警告!")
GoTo Line1
End If
If glkg(Index) = 0 Then
Picture1(Index).Picture = LoadPicture(App.Path & "\kg2.Bmp")
glkg(Index) = 1
Form3.Data1.Recordset.AddNew
Form3.Data1.Recordset("日期") = Date
Form3.Data1.Recordset("时间") = Time
Form3.Data1.Recordset("变位位置") = Label1(Index)
Form3.Data1.Recordset("变位方式") = "合----》分"
Else
Picture1(Index).Picture = LoadPicture(App.Path & "\kg1.Bmp")
glkg(Index) = 0
Form3.Data1.Recordset.AddNew
Form3.Data1.Recordset("日期") = Date
Form3.Data1.Recordset("时间") = Time
Form3.Data1.Recordset("变位位置") = Label1(Index)
Form3.Data1.Recordset("变位方式") = "分----》合"
End If
Line1: End If
If i = Index And i > 15 Then
If glkg(Index) = 0 And dlq(Index - 16) = 0 Then
y = MsgBox("断路器未断开!", 48, "警告!")
GoTo Line2
End If
If glkg(Index) = 0 Then
Picture1(Index).Picture = LoadPicture(App.Path & "\kg3.Bmp")
glkg(Index) = 1
Form3.Data1.Recordset.AddNew
Form3.Data1.Recordset("日期") = Date
Form3.Data1.Recordset("时间") = Time
Form3.Data1.Recordset("变位位置") = Label1(Index)
Form3.Data1.Recordset("变位方式") = "合----》分"
Else
Picture1(Index).Picture = LoadPicture(App.Path & "\kg1.Bmp")
glkg(Index) = 0
Form3.Data1.Recordset.AddNew
Form3.Data1.Recordset("日期") = Date
Form3.Data1.Recordset("时间") = Time
Form3.Data1.Recordset("变位位置") = Label1(Index)
Form3.Data1.Recordset("变位方式") = "分----》合"
End If
Line2: End If
Next i
Open "glkg.txt" For Output As #2
For i = 0 To 31
Write #2, glkg(i)
Next i
Close #2
End Sub
展开
 我来答
皮肉丸9s
2011-05-10 · TA获得超过125个赞
知道小有建树答主
回答量:328
采纳率:0%
帮助的人:238万
展开全部
你数据库连上了吗?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
昔俊能Nq
2011-05-10 · TA获得超过937个赞
知道小有建树答主
回答量:518
采纳率:0%
帮助的人:618万
展开全部
Form3.Data1.Recordset.AddNew
配合使用
Form3.Data1.Recordset.UPdate
追问
我改过了。这个怎么解决
追答
你的主键存在重复的信息啊!提示的很明确哦。查看表结构,避免主键重复
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式