求asp代码 点超连接后,数据库里point这一列减10

来源:百度知道 编辑:UC知道 时间:2024/06/07 08:27:25
求asp代码 点超连接后,数据库里point这一列减10

<a href="?c=1">fd</a>
<% if request("c")="1" then
conn.execute("update 表 set point=point-10 where 条件")
end if
%>
前提,你已经打开数据库

update 表名 set point=point-10