vb关于数据库的问题
vb6.0吧
全部回复
仅看楼主
level 1
陈xiaocan 楼主
Private Sub Command3_Click()
Delete from bookinfo where ID card='" & text1.text & "'
End sub
为什么老是提示 缺少:语句结束 呢?
谢谢各位了。
2012年06月21日 12点06分 1
level 6
? 可以这么写 我没有见过
2012年06月22日 02点06分 2
level 1
Private Sub Command3_Click()
Delete bookinfo where ID card='" & text1.text & "'删除记录
End sub
Private Sub Command3_Click()
update bookinfo set "姓名"='xxx' where ID card='" & text1.text & "'更新记录记录
End sub

2012年07月10日 09点07分 3
1