新微赢技术网
标题:
asp修改页面无效!
[打印本页]
作者:
劳资ぶ龍哥
时间:
2010-1-15 08:21
标题:
asp修改页面无效!
小妹最近新写了一个asp修改程序,运行正常,没有任何报错,但是数据总是传达不到数据库,修改无效!还请各位指点!
修改页面源代码:
<%
ID=request.querystring("id")
set rs=server.createobject("adodb.recordset")
sql="select * from ABB where 1=1"
rs.open sql,conn,1,3
rs("number")=Request("number")
rs.update
rs.close
set rs=nothing
conn.close
set conn=nothing
response.write "<script language=JavaScript>{window.alert('修改成功,点击返回!');window.location.href='search1.asp'}</script>"
response.end
%>
作者:
爱我后悔
时间:
2010-1-15 08:21
Request("number")
这里,改下!
用一个变量去接
作者:
痴情浪子
时间:
2010-2-2 09:05
哈哈,这么多的人都回了,我敢不回吗?赶快回一个,很好的,我喜欢
欢迎光临 新微赢技术网 (http://bbs.weiying.cn/)
Powered by Discuz! X3.2