1樓:不懂_就問啦
1是你資料庫中沒有記錄造成的
if not rs.eof then
判斷吧!
<%if request.querystring("action")="utuijian" then
set rs=server.createobject("adodb.recordset")
if not rs.eof then
rs("tuijian")=0
rs.update
response.write""
else
end if
%>這樣試一試,不懂再q我.
2樓:匿名使用者
``if request.querystring("action")="utuijian" then
set rs=server.createobject("adodb.recordset")
『資料庫連線 conn
rs.open sql,conn,2,3if not rs.eof then
if(sign = 1)
then
rs.addnew()
rs("tuijian")=0
rs.update()
rs.close
rs = nothing;
end if
end if
response.write""
end if
`````
3樓:
rs("tuijian")=0,表中沒有tuijian 欄位。
ASP程序設計問題,ASP程式設計問題
例如 轉到下個頁面 上面是一個我想要轉到的頁面,然後在demo.asp頁面裡面獲取從上個頁面傳過來的引數 id request id classid request classid yek request yek 然後你就可以在下面你想用到的地方用了 注意符號哦,asp後面第一個是英文字元下?然後後...
asp 分類問題,ASP型別分類問題
你寫的是什麼?耍猴呢?下面的 常用於產品展示 2行每行有6個產品。set rs sql select from 表名稱 sql,conn,1,1 if 0 then if 12 then zs 12else zs end if for j 1 to zs if j mod 6 1 then 這裡面可...
asp命名規則的問題,asp命名規則的問題
增加個按照id排列的查詢就是了啊 關於asp重新命名的問題,請看下面 就是無論寫什麼都提示 使用者名稱重複 if not es.eof or es.bof thenresponse.write 這是一個永遠為真的邏輯。永遠提示 使用者名稱重複!if not es.eof or es.bof then...