[求助] 是不是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