<%@ 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") & "/premtable.xls;" strSQL = "SELECT * FROM [FullTable$] ORDER BY Pos ;" Set oRs = oCs.Execute(strSQL) %> ToffeeWeb - Premiership Table, 2002-03
Skip to Main Content
Members:   Log In Sign Up
Text:  A  A  A

League Progress, 2002-03

 League Progress, 2001-02 League Progress, 2003-04 

 

  1    2    3    4    5    6    7    8    9    10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
1
                                                                           
2
                                                                           
3
                                                                           
4
                                                                           
5
                                                                           
6
                                                                           
7
                                                                           
8
                                                                           
9
                                                                           
10
                                                                           
11
                                                                           
12
                                                                           
13
                                                                           
14
                                                                           
15
                                                                           
16
                                                                           
17
                                                                           
18
                                                                           
19
                                                                           
20
                                                                           

 


<% oCs.Close Set oRs = Nothing %>