ASP的鬱悶錯誤

2022-11-28 18:50:11 字數 882 閱讀 8875

1樓:匿名使用者

do while not rs.eof

response.write "123"

rs.movenext

if rs.eof then exit doloop

********************

我也沒看出錯在哪...不過我比較習慣加上這句.

另外,你檢查下,你每個語句後面是不是有隱藏的特殊的字元?最好在每行的行末按刪除鍵,按到下一行上來為止,然後再回車.

2樓:匿名使用者

404錯誤是找不到檔案,很明顯示你嵌入進去的那個檔案路徑錯誤了。

3樓:程式設計師進修學院

gget=request("gget")

if gget="" then

gget="vw"

sql="select * from sp"

set rs=server.createobject("adodb.recordset")

rs.open sql,conn,1,3

if rs.eof then

response.write "找不到的查詢!"

else

do while not rs.eof

response.write "123"

rs.movenext

loop

end if

你試一下這段**應該好用!

4樓:匿名使用者

加上這段一定錯是因為你加上的那個後是在把所資料中符合條件的資料找完了。這時資料庫指標已經指到eof那裡了,那在後面的response.write rs(gget)這句話就出錯,原因就是這句話,如果你的資料中沒有資料執行到這裡也是出錯的。

asp 語法錯誤,Asp常見問題 新手

dim password1 password1 mi 最好需要過濾下,是否有關鍵字元。set rs sql select from xia where password1 password1 sql,conn,1 if then else session mi rs password1 此時的ses...

ASP表單寫入Access資料庫,寫入錯誤

我覺得是sql語句有問題的 sql select user,qq,email,content,data from main 應改為 sql select user qq email content data from main 特殊字元得用 裝著 還有就是建議你把 user request.form...

asp命名規則的問題,asp命名規則的問題

增加個按照id排列的查詢就是了啊 關於asp重新命名的問題,請看下面 就是無論寫什麼都提示 使用者名稱重複 if not es.eof or es.bof thenresponse.write 這是一個永遠為真的邏輯。永遠提示 使用者名稱重複!if not es.eof or es.bof then...