ASP提交插入或更新时出现问题,请高手指教!

来源:百度知道 编辑:UC知道 时间:2024/06/23 17:36:57
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] UPDATE 语句的语法错误。
/root/admin/com_gx.asp, 第 111 行
If (Not MM_abortEdit) Then
' execute the update
Set MM_editCmd = Server.CreateObject("ADODB.Command")
MM_editCmd.ActiveConnection = MM_editConnection
MM_editCmd.CommandText = MM_editQuery
<第111行> MM_editCmd.Execute
MM_editCmd.ActiveConnection.Close

If (MM_editRedirectUrl <> "") Then
Response.Redirect(MM_editRedirectUrl)
End If
End If

盗版系统吧。
重新安装边系统吧
脚注错了

搂上,把你的数据库表结构和你写的UPDATE语句贴出来,你这样叫人怎么看呢...

第 111 行是什么 ..?