帮忙写个判断.asp

[复制链接]
查看11 | 回复1 | 2011-3-19 06:18:54 | 显示全部楼层 |阅读模式
Set Rs=Server.CreateObject(\"ADODB.RECORDSET\")
SQL=\"select * from ssgjc\"
rs.open Sql,conn,1,3
rs.addnew
rs(\"KeyWord\")=Keyword
rs(\"Quantity\")=1
rs.update
rs.close
set rs=nothing



如果.数据库里面有Keyword
那么把这个Keyword
的Quantity 1 谢谢了!
回复

使用道具 举报

千问 | 2011-3-19 06:18:54 | 显示全部楼层
<pre id=\"best-answer-content\" class=\"reply-text mb10\">rs(\"Quantity\")=rs(\"Quantity\") 1 不就可以了?
你可以这样判断下,
Set Rs=Server.CreateObject(\"ADODB.RECORDSET\")
SQL=\"select * from ssgjc where keyword = \'\"defds123keyworddefds123\"\'\"
rs.open Sql,conn,1,3
if not rs.eof then \'判断数据库里如果存在
rs(\"Quantity\")=rs(\"Quantity\") 1
rs.update
rs.close
set rs = nothing
else \'如果不存在,那么下面就是先关掉RS记录集
rs.close
set rs = nothing
Set Rs=Server.CreateObject(\"ADODB.RECORDSET\")\'这里就是你自己的那代码
SQL=\"select * from ssgjc\"
rs.open Sql,conn,1,3
rs.addnew
rs(\"KeyWord\")=Keyword
rs(\"Quantity\")=1
rs.update
rs.close
set rs=nothing
end if
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行