首页 > 编程 > Regex > 正文

详细的说明GetRows的用法

2020-03-01 19:59:01
字体:
来源:转载
供稿:网友

br /> 举例如下:
   
   
   


   
   
        Set cn = Server.CreateObject("ADODB.Connection")
    cn.Open Application("guestDSN")
    sql = "SELECT * FROM authors"
    Set RS = cn.Execute(sql)
    ary = rs.GetRows(10)
    rs.close
    cn.close
    %>
   


   


        nRows = UBound( ary, 2 )
    For row = 0 To nRows %>
   
   
   
   
   
   
   

 


   

 

    以上详细的说明GetRows的用法,感谢大家的阅读,更多内容请关注错新技术频道网站。

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表

图片精选