主页 > 知识库 > ASP中使用Set ors=oConn.Execute()时获取记录数的方法

ASP中使用Set ors=oConn.Execute()时获取记录数的方法

热门标签:团购网站 阿里云 Mysql连接数设置 科大讯飞语音识别系统 Linux服务器 电子围栏 服务器配置 银行业务
复制代码 代码如下:

%
Dim oConn, ors, aRows
Dim i,j
Set oConn=Server.CreateObject("ADODB.Connection")
oConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" Server.MapPath("database/newasp.resx")
Set ors=oConn.Execute("Select TOP 5 SoftID,SoftName FROM NC_SoftList")
Response.Write "RecordCount:" ors.RecordCount "br/>" '-1
aRows=oRs.GetRows(-1) 'oRs.Eof=True,aRows(col,row)
Set ors=Nothing
oConn.Close()
Set oConn=Nothing

If IsArray(aRows) Then
Response.Write "RecordCount:" UBound(aRows,2)+1 "br/>"
For i=0 To UBound(aRows,2)
For j=0 To UBound(aRows,1)
Response.Write aRows(j,i)
If j> UBound(aRows,1) Then Response.Write ","
Next
Response.Write "br/>"
Next
End If
%>

标签:大理 衡水 蚌埠 广元 江苏 萍乡 衢州 枣庄

巨人网络通讯声明:本文标题《ASP中使用Set ors=oConn.Execute()时获取记录数的方法》,本文关键词  ;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 收缩
    • 微信客服
    • 微信二维码
    • 电话咨询

    • 400-1100-266