%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim re_elamatori Dim re_elamatori_numRows Set re_elamatori = Server.CreateObject("ADODB.Recordset") re_elamatori.ActiveConnection = MM_max_STRING re_elamatori.Source = "SELECT * FROM Amatori ORDER BY Cognome ASC" re_elamatori.CursorType = 0 re_elamatori.CursorLocation = 2 re_elamatori.LockType = 1 re_elamatori.Open() re_elamatori_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 re_elamatori_numRows = re_elamatori_numRows + Repeat1__numRows %>
