[求助] 是不是update的问题
Private Sub cmdSave_Click()
g_strSql = "update frdb set introduction = '" & txtFrdb.Text & "' where frdb='" & Label1.Caption & "'"
Adodc1.RecordSource = g_strSql
Adodc1.Refresh
MsgBox "保存修改完毕!", vbOKOnly, "提示"
Unload Me
End Sub
是不是update的问题
图片附件: 游客没有浏览图片的权限,请
登录 或
注册
thanks