WEB开发网
开发学院WEB开发ASP ASP常用函数:GetRsRows() 阅读

ASP常用函数:GetRsRows()

 2009-06-30 04:22:00 来源:WEB开发网   
核心提示:<%Function GetRsRows(oRs) Dim aArray ReDim aArray(0, -1) If TypeName(oRs) = "Recordset" Then If Not ors.BOF Then ors.MoveFirst If Not ors.EOF
<%
Function GetRsRows(oRs)
   Dim aArray
   ReDim aArray(0, -1)
   If TypeName(oRs) = "Recordset" Then
     If Not ors.BOF Then ors.MoveFirst
     If Not ors.EOF Then aArray = ors.GetRows()
   End If
   GetRsRows = aArray
End Function
%>

Tags:ASP 常用 函数

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接