• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    ASP中使用Set ors=oConn.Execute()时获取记录数的方法
    复制代码 代码如下:

    %
    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的URLDecode函数URLEncode解码函数
    下一篇:ASP同一站点下gb2312和utf-8页面传递参数乱码的终极解决方法
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

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