<%@LANGUAGE="VBSCRIPT"%> <% set RSComp = Server.CreateObject("ADODB.Recordset") RSComp.ActiveConnection = MM_SportConnection_STRING RSComp.Source = "SELECT * FROM stg_student_comp" RSComp.CursorType = 0 RSComp.CursorLocation = 2 RSComp.LockType = 3 RSComp.Open() RSComp_numRows = 0 %> <% Dim Repeat1__numRows Repeat1__numRows = -1 Dim Repeat1__index Repeat1__index = 0 RSComp_numRows = RSComp_numRows + Repeat1__numRows %> Welcome to Sportsters
 
click here
<% RSComp.Close() %>