<%@ Language=VBScript %> <% Option Explicit %> <% Response.Expires = 0 %> <% Dim oCs, oRs, strSQL set oCs = server.createobject("ADODB.Connection") oCs.Open "Driver={Microsoft Excel Driver (*.xls)}; DBQ=" & Server.MapPath("/season/02-03/data") & "/stats.xls;" strSQL = "SELECT * FROM [Apps$] WHERE ScoredTotal > 0 ORDER BY ScoredTotal DESC ;" Set oRs = oCs.Execute(strSQL) %> ToffeeWeb - Everton Goalscorers, 2002-03
Skip to Main Content
Members:   Log In Sign Up
Text:  A  A  A

Goalscorers, 2002-03


 2001-02 Goalscorers 2003-04 Goalscorers 
EVERTON GOALSCORERS SEASON 2002-03

<%Do while NOT oRs.EOF%> <%oRs.MoveNext%><%Loop%>
No.

 Player

League FA Cup WLC Total

<%=oRs("Num")%>

 <%=oRs("Player")%> <%=oRs("ScoredLeague")%>  <%=oRs("ScoredFACup")%>  <%=oRs("ScoredWLCup")%>  <%=oRs("ScoredTotal")%> 


<% oCs.Close Set oRs = Nothing %>