新微赢技术网

标题: 求助啊,代码提示错误,请高手帮我解答 [打印本页]

作者: 寻觅鼠    时间: 2010-1-18 04:59
标题: 求助啊,代码提示错误,请高手帮我解答
dim conn,order,content,userid,posttime
id=request("id")
posttime=now()
order = Trim(Request("order"))
content = Trim(Request("content"))
userid = Session("user_id")
sql ="INSERT INTO Complain (id,UserId,PostTime,Content,Order) Values("&id&",'"&userid&"',"&posttime&",'"&content&"','"&order&"')"
  Conn.Execute(sql)
Response.Write "<h3>留言保存成功</h3>"

为什么一执行就提示,INSERT INTO语法错误




欢迎光临 新微赢技术网 (http://bbs.weiying.cn/) Powered by Discuz! X3.2