<%If request("submitok")="zj" then
conn.execute"update main set grade=grade+1 where username='"&request.form("username")&"'"
其中的grade,我想限定一个最大值,不想在每次操作的时候都增长,比如最大值定为5,那么我该怎么加语句呢?
如果前面没有打开过main数据库,是不是还set...open...main啊?
我使用的 if request("grade")<5 then 放前面不管用,还是不受 5 限制。
请大家帮忙,谢谢