新微赢技术网
标题:
为什么不能相加了???
[打印本页]
作者:
千年@之恋
时间:
2010-1-6 22:41
标题:
为什么不能相加了???
Set Rs = Server.CreateObject("ADODB.Recordset")
sql = "select * from reply"
Rs.open sql,conn,3,2
a=1
xichezongshu = a + rs("xichezongshu")
' response.write xichezongshu
' response.end
Rs.addnew
Rs("username")=username
Rs("homeurl")=homeurl
Rs("xichecishu")=xichecishu
Rs("xicheshijian")=xicheshijian
Rs("xichezongshu")=xichezongshu
Rs("replyid")=replyid
Rs.update
Rs.close
conn.close
set Rs = nothing
set conn = nothing
Response.redirect "index.asp"
Response.End
红的代码不能相加,,为什么?????
作者:
黒設會
时间:
2010-1-6 22:42
你把这两个变量定义一下试试看.
作者:
老肥
时间:
2010-1-30 14:05
对不起,我走错地方了,呵呵
作者:
彬彬有礼
时间:
2010-3-15 04:05
哈哈,~~怕怕~~不敢不回~~
欢迎光临 新微赢技术网 (http://bbs.weiying.cn/)
Powered by Discuz! X3.2