當(dāng)前位置: 首頁(yè)IT技術(shù) → 有關(guān)記錄排序的ASP實(shí)例代碼分享

有關(guān)記錄排序的ASP實(shí)例代碼分享

更多

本文提供給大家學(xué)習(xí)的是有關(guān)記錄排序的ASP實(shí)例代碼分享,希望能對(duì)大家有所幫助。

一,顯示紀(jì)錄

  set rs=server.createobject("adodb.recordset")
  sql="select * from jfnewso where newsclass='理論動(dòng)態(tài)' and classname='"&Session("fenlei")&"' order by  Displayorder desc,id desc "
  rs.open sql,conn,1,1

二,修改排序

<%
if request("action")="ORDERUP" then
'排序向上
 set rs=server.createobject("adodb.recordset")
 sql="select * from jfnewso where id='"&request("id")&"'"
 rs.open sql,conn,3,2
 rs("DisplayOrder")=rs("DisplayOrder")+1
 rs.update
 rs.close
 set rs=nothing
 response.write "<script language=java script>alert('編輯成功!');location.href('?action=liebiao&fenlei="&request("fenlei")&"&xiangmu="&request("xiangmu")&"');</script>"
end if
%>

熱門(mén)評(píng)論
最新評(píng)論
發(fā)表評(píng)論 查看所有評(píng)論(1)
昵稱(chēng):
表情: 高興 可 汗 我不要 害羞 好 下下下 送花 屎 親親
字?jǐn)?shù): 0/500 (您的評(píng)論需要經(jīng)過(guò)審核才能顯示)