% Option Explicit %>
<% Response.Expires = 0 %>
<%
Dim oCs, oRs, oTs, oPCs, oPs, strSQL, sttSQL, stpSQL
set oCs = server.createobject("ADODB.Connection")
oCs.Open "Driver={Microsoft Excel Driver (*.xls)}; DBQ=" & Server.MapPath("/season/05-06/data") & "/stats.xls;"
strSQL = "SELECT * FROM [Apps$] WHERE Player = 'Harris' ;"
Set oRs = oCs.Execute(strSQL)
sttSQL = "SELECT * FROM [Totals$] WHERE Player = 'Harris' ;"
Set oTs = oCs.Execute(sttSQL)
%>
ToffeeWeb - Everton Players: Sean Wright
Sean Wright -
Defender |
Squad No. |
|
Joined on |
|
Joined from |
Everton Academy |
Transfer Fee |
|
Signed by |
David Moyes |
Debut |
|
Contract; Expires |
|
Left
Everton |
Released
8 May 2006 |
Born |
|
Date of birth |
|
Height |
|
Nicknames |
|
Honours |
|
Soccerbase |
Everton Youth Academy Record |
Seasons |
Team |
Apps |
Goals |
2003-2004 |
U-17s &
Res |
|
|
2004-2005
|
U-18s, YC
&
Res |
|
|
2005-2005 |
U-18s &
Res |
|
|
Loan Spells |
Seasons |
Team |
Appearances |
Goals |
|
|
|
|
|
|
|
|
|
Everton Career |
Season
|
Squad
Number
|
League
Apps (sub)
|
League
Goals
|
Cup
Apps (sub)
|
Cup
Goals
|
Total
Apps (sub)
|
Total
Goals
|
2005-06 |
37
|
0 (0)
|
0
|
0 (0)
|
0
|
0 (0)
|
0
|
|
Totals
|
0 (0)
|
0
|
0 (0)
|
0
|
0 (0)
|
0
|
Note: Everton Career
Stats on ToffeeWeb are updated after every game.
|
<%
oCs.Close
Set oRs = Nothing
Set oTs = Nothing
%>