%@LANGUAGE="VBSCRIPT"%> <% set rssp1 = Server.CreateObject("ADODB.Recordset") rssp1.ActiveConnection = MM_connprd_STRING rssp1.Source = "SELECT * FROM tblProducts" rssp1.CursorType = 0 rssp1.CursorLocation = 2 rssp1.LockType = 3 rssp1.Open() rssp1_numRows = 0 %> <% Dim HLooper1__numRows HLooper1__numRows = -5 Dim HLooper1__index HLooper1__index = 0 rssp1_numRows = rssp1_numRows + HLooper1__numRows %>
|
<%
startrw = startrw + 1
rssp1.MoveNext()
Wend
%>