国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > ASP > 正文

asp下實(shí)現(xiàn)記錄集內(nèi)隨機(jī)取記錄的代碼

2020-07-27 13:02:59
字體:
供稿:網(wǎng)友
記錄集內(nèi)隨機(jī)取記錄的代碼

<% 
' Moving to random record - Steven Jones' Extension
If Not(記錄集名稱.bof and 記錄集名稱.eof) Then
' reset the cursor to the beginning
If (記錄集名稱.CursorType > 0) Then
記錄集名稱.MoveFirst
Else
記錄集名稱.Requery
End If

記錄集名稱_totalrn = -1
記錄集名稱_totalrn = 記錄集名稱.RecordCount ' ony works on some recordsets, but much faster
If (記錄集名稱_totalrn = -1) Then ' and if it didn't work, we still have to count the records.

' count the total records by iterating through the recordset
記錄集名稱_totalrn=0
While (Not 記錄集名稱.EOF)
記錄集名稱_totalrn = 記錄集名稱_totalrn + 1
記錄集名稱.MoveNext
Wend

' reset the cursor to the beginning
If (記錄集名稱.CursorType > 0) Then
記錄集名稱.MoveFirst
Else
記錄集名稱.Requery
End If

End If

' now do final adjustments, and move to the random record 
記錄集名稱_totalrn = 記錄集名稱_totalrn - 1
If 記錄集名稱_totalrn > 0 Then
Randomize
記錄集名稱.Move Int((記錄集名稱_totalrn + 1) * Rnd)
End If 
End If
' all done; you should always check for an empty recordset before displaying data
%> 

  
發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 勐海县| 民乐县| 利川市| 临夏县| 新和县| 专栏| 突泉县| 庐江县| 康乐县| 刚察县| 东乡县| 称多县| 乳源| 梁平县| 岱山县| 镇赉县| 永年县| 沙雅县| 白城市| 洪洞县| 汉沽区| 竹溪县| 桃园市| 抚顺县| 胶南市| 桃江县| 阜新| 讷河市| 明光市| 南岸区| 金川县| 呼伦贝尔市| 天津市| 沐川县| 宁陵县| 长泰县| 敦化市| 永登县| 双城市| 长治县| 集贤县|