| Everton Ladies |
|
Everton's successful Ladies team heads into another season |
|
RESULTS AND FIXTURES |
|||||
| Date | Ven | Opponents | Result | Pos | Scorers |
| Aug 19 | A | Barry Town | 3-3 | - | Barr, Krivinskas |
%@ 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("/database") & "/res_01-02.xls;" strSQL = "SELECT * FROM [ResApps$] ORDER BY Index ;" Set oRs = oCs.Execute(strSQL) %>