求助,这段代码那里有问题?
<%
id=request.QueryString("id")
Conn.execute("update 留言信息 set check=check+1 where ID="&id)
%>
错误类型:
Microsoft JET Database Engine (0x80040E14)
UPDATE 语句的语法错误。
请高手们指点!
<%
id=request.QueryString("id")
Conn.execute("update 留言信息 set check=check+1 where ID="&id)
%>
错误类型:
Microsoft JET Database Engine (0x80040E14)
UPDATE 语句的语法错误。
请高手们指点!





2008-7-6 10:08

