其中的update語句為:<%set Command1 = Server.CreateObject("ADODB.Command")Command1.ActiveConnection = MM_connVoteSystem_STRINGCommand1.CommandText = "UPDATE voteItem SET vote_count = vote_count+1, voteitem_id WHERE voteitem_id = " + Replace(Command1__send_id, "'", "''") + " "Command1.CommandType = 1Command1.CommandTimeout = 0Command1.Prepared = trueCommand1.Execute()%>我實在是頭疼,找不到錯在哪里去掉了之后,就變成這樣了:錯誤類型:Microsoft JET Database Engine (0x80040E14)語法錯誤 (操作符丟失) 在查詢表達式 'voteitem_id =' 中。
添加回答
舉報
0/150
提交
取消