%@LANGUAGE="VBSCRIPT"%> <% Dim evntdetail Dim evntdetail_numRows Set evntdetail = Server.CreateObject("ADODB.Recordset") evntdetail.ActiveConnection = MM_Bookstore_STRING evntdetail.Source = "SELECT * FROM evnts ORDER BY txtEvntID ASC" evntdetail.CursorType = 0 evntdetail.CursorLocation = 2 evntdetail.LockType = 1 evntdetail.Open() evntdetail_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 evntdetail_numRows = evntdetail_numRows + Repeat1__numRows %>