ASP型別搜尋的問題

時間 2022-09-05 05:45:07

1樓:

<%words=trim(request("word"))

selects=trim(request("select"))

sql="select * from link where id>0 "

if selects="url" then

end if

if selects="name" then

end if

sql=sql & " order by id desc"

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

rs2.open sql,conn,1,1

%><%if selects="url" then

end if

if selects="name" then

end if

%>不過 分頁要注意帶上值

asp實現熱門搜尋功能,asp實現熱門搜尋功能

rs keyword search rs.update 這2行 放在 end if 下面 具體如下 dim search,lei set rs server.createobject adodb.recordset rs.open sql,conn,1,3 if not rs.eof and rs....

asp除錯中的問題,asp的執行問題

應該是conn未連線到資料庫造成的錯誤。請樓主仔細審查conn是否定義過,並連線資料庫。如果需要詳細除錯。我碰到和lz一摸一樣的問題。幾乎抓狂。後來仔細檢查了,是資料庫中的欄位名稱寫錯了。查詢的引數你最好寫成。sql conn,1,3這樣比較友好,也不容易出錯。我也有過這樣的情況,竟然是忘了定義co...

關於asp的問題,乙個關於asp的問題

出現這個錯誤頁面的一般是論壇系統安裝在英文伺服器上所導致 產生這個問題的原因 這套論壇程式是中文環境下開發的,所以access資料庫的排序方法是按照中文的。而我們的伺服器是執行的英文作業系統。解決方法 用microsoft office access 2003開啟資料庫檔案 工具 選項 常規選項卡 ...