1. 首页
  2. 数据库
  3. 其它
  4. asp下实现记录集内随机取记录的代码

asp下实现记录集内随机取记录的代码

上传者: 2021-01-04 02:06:12上传 PDF文件 16.79KB 热度 15次
记录集内随机取记录的代码 <% ‘ 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 recor
用户评论