标题:[求助]各位瞧瞧update修改功能为何不对?
取消只看楼主
haotan2000
Rank: 1
等 级:新手上路
帖 子:7
专家分:0
注 册:2006-5-27
 问题点数:0 回复次数:0 
[求助]各位瞧瞧update修改功能为何不对?

我的源码
<!--#include file="conn.asp"-->

rtitle=request.form("title")
rperson=trim(request.form("person"))
rcall=trim(request.form("call"))
rcontent=server.htmlencode(request.form("content"))
rarea=trim(request.form("area"))
rtype=request.Form("type")
rkind=request.form("kind")

sql="update one set title='"&rtitle&"',area='"&rarea&"',kind='"&rkind&"',type='"&rtype&"',content='"&rcontent&"',person='"&rperson&"',call='"&rcall&"',time='"&now()&"' where id="&clng(request.QueryString("x"))

conn.Execute(sql)

想执行修改的功能,老是报错是语法问题

搜索更多相关主题的帖子: update 
2006-08-25 00:08



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-85980-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.904894 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved