<%@LANGUAGE="VBSCRIPT"%> <% Dim rcl Dim rcl_numRows Set rcl = Server.CreateObject("ADODB.Recordset") rcl.ActiveConnection = MM_raval06_STRING rcl.Source = "SELECT distinct Club FROM ResultatsRaval11" rcl.CursorType = 0 rcl.CursorLocation = 2 rcl.LockType = 1 rcl.Open() rcl_numRows = 0 %> <% Dim rz__ZAR rz__ZAR = "Col·legi Abad Sola" If (Request.Form("busca") <> "") Then rz__ZAR = Request.Form("busca") End If %> <% Dim rz Dim rz_numRows Set rz = Server.CreateObject("ADODB.Recordset") rz.ActiveConnection = MM_raval06_STRING rz.Source = "SELECT * FROM ResultatsRaval11 WHERE Club='" + Replace(rz__ZAR, "'", "''") + "' ORDER BY T" rz.CursorType = 0 rz.CursorLocation = 2 rz.LockType = 1 rz.Open() rz_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 rz_numRows = rz_numRows + Repeat1__numRows %> <% ' *** Recordset Stats, Move To Record, and Go To Record: declare stats variables Dim rz_total Dim rz_first Dim rz_last ' set the record count rz_total = rz.RecordCount ' set the number of rows displayed on this page If (rz_numRows < 0) Then rz_numRows = rz_total Elseif (rz_numRows = 0) Then rz_numRows = 1 End If ' set the first and last displayed record rz_first = 1 rz_last = rz_first + rz_numRows - 1 ' if we have the correct record count, check the other stats If (rz_total <> -1) Then If (rz_first > rz_total) Then rz_first = rz_total End If If (rz_last > rz_total) Then rz_last = rz_total End If If (rz_numRows > rz_total) Then rz_numRows = rz_total End If End If %> <% ' *** Recordset Stats: if we don't know the record count, manually count them If (rz_total = -1) Then ' count the total records by iterating through the recordset rz_total=0 While (Not rz.EOF) rz_total = rz_total + 1 rz.MoveNext Wend ' reset the cursor to the beginning If (rz.CursorType > 0) Then rz.MoveFirst Else rz.Requery End If ' set the number of rows displayed on this page If (rz_numRows < 0 Or rz_numRows > rz_total) Then rz_numRows = rz_total End If ' set the first and last displayed record rz_first = 1 rz_last = rz_first + rz_numRows - 1 If (rz_first > rz_total) Then rz_first = rz_total End If If (rz_last > rz_total) Then rz_last = rz_total End If End If %> Classificació per clubs XIX Cursa a peu al Raval - Memorial Vicent Maño
Som Esport

XIX Cursa al Raval 2011

DORSALS DESQUALIFICATS:
Motiu:
  • Córrer amb el xip d'un altre corredor.: 2467, 2460, 2453, 2346, 2298, 2297, 2240, 2210, 2180, 2113, 2033, 1997, 1930, 1890, 1889, 1770, 1670, 1608, 1495, 1116, 1061.
  • No completar la totalitat del recorregut: 72
  • Córrer amb dos xips: 1241, 1017, 1422
  • Desqualificacions trofeus
  • C. F. P. del C. A. Llebeig Xàbia
    (Absolut M. corrent amb dorsal de Veterà B) li lleva el trofeu al segon classificat
  • M.J. P.M. del C. A. Safor-Cafemax (Un corredor masculí del seu club corre amb dorsal de Veterana A i li lleva trofeu a la 3ª classificada)
  • Dimarts 6 de desembre de 2011


    Distància:Prova Reina 11.500 m.
    Organitza: Associació de Veins del Raval

    Col·laboren en la organització: Fundació Esportiva Municipal - Germandat Ecce Homo
    Club Córrrer el Garbí - C. A. Safor - Policia Local - Protecció Civil - Creu Roja Gandia

    CLASSIFICACIÓ PER CLUBS XIX CURSA A PEU AL RAVAL - Memorial Vicent Maño
    Cronometratge www.somesport.com
    + CLASSIFICACIONS >>

    Sel·lecciona el teu club  

    <%=(rz_total)%> corredors arribats del club <%=(rz.Fields.Item("Club").Value)%>

    <% While ((Repeat1__numRows <> 0) AND (NOT rz.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 rz.MoveNext() Wend %>
    P. Gral
    Nom
    P.Cat
    Categoria
    Club
    Temps
    <%=(rz.Fields.Item("PG").Value)%>
    <%=(rz.Fields.Item("Nom").Value)%>
    <%=(rz.Fields.Item("PC").Value)%>
    <%=(rz.Fields.Item("Cat").Value)%>
    <%=(rz.Fields.Item("Club").Value)%>
    <%=(rz.Fields.Item("T").Value)%>
    <% rcl.Close() Set rcl = Nothing %> <% rz.Close() Set rz = Nothing %>