<%@ Language=JScript %> <% Response.Expires = 0; Response.CacheControl = "private" Response.ContentType="text/html" Response.Charset="Big-5" var imageID=Request.QueryString("imageID"); var dbConn = InitDBConnection(); var updateStr = "Select * from menstandings where imageid="+imageID+" order by seq asc"; var dbComm = InitDBCommand( dbConn, updateStr ); var recSet = GetRecordSet( dbComm ); var updateStr = "Select *, datename(d,updatedate)+' '+datename(mm,updatedate)+' '+datename(yyyy,updatedate) lastupdate from menstandingsdesc where imageid="+imageID; var dbComm = InitDBCommand( dbConn, updateStr ); var recSet2 = GetRecordSet( dbComm ); var description=""; var subdescription=""; var lastupdate=""; var col1=""; var col2=""; var col3=""; var col4=""; var col5=""; var col6=""; var col7=""; var col8=""; var col9=""; if (!recSet2.EOF){ description=of_trim(recSet2("description")); subdescription=recSet2("subdescription"); lastupdate=recSet2("lastupdate"); col1=of_trim(recSet2("col1Heading")); if (col1=="null") col1=""; col2=of_trim(recSet2("col2Heading")); if (col2=="null") col2=""; col3=of_trim(recSet2("col3Heading")); if (col3=="null") col3=""; col4=of_trim(recSet2("col4Heading")); if (col4=="null") col4=""; col5=of_trim(recSet2("col5Heading")); if (col5=="null") col5=""; col6=of_trim(recSet2("col6Heading")); if (col6=="null") col6=""; col7=of_trim(recSet2("col7Heading")); if (col7=="null") col7=""; col8=of_trim(recSet2("col8Heading")); if (col8=="null") col8=""; col9=of_trim(recSet2("col9Heading")); if (col9=="null") col9=""; } %> HONG KONG RUGBY FOOTBALL UNION
 

MEN'S STANDINGS
2005/2006 Season

 

NAME OF TEAM P W L D F A BONUS TOTAL
1st Division Securicor League (As at 25.Oct.2005)
Synovate HKCC 4 4 0 0 143 38 4 20
CBRE Club 4 3 1 0 135 65 3 15
DeA Tigers 4 2 2 0 92 92 3 11
Asahi Valley 3 2 1 0 66 43 1 9
Generali Causeway Bay 4 1 3 0 67 100 1 5
Securicor Kowloon 3 1 2 0 62 91 1 5
CBRE Club Dragons 3 1 2 0 32 72 0 4
Chubb PLA 3 0 3 0 34 130 0 0
2nd Division Securicor League (As at 25.Oct.2005)
CBRE Club Scorpions 4 4 0 0 178 19 4 20
Securicor Kowloon Pussies 3 2 1 0 127 33 2 10
Asahi Valley Knights 4 2 2 0 82 98 1 9
Synovate HKCC/Aberdeen 3 1 2 0 45 47 2 6
Asahi Valley Mustangs 3 1 2 0 46 128 1 5
Cross Try Causeway Bay Rams 4 1 3 0 16 92 0 4
CBRE Club Select 2 1 1 0 22 27 0 4
Police 3 1 2 0 22 94 0 4
3rd Division Securicor League (As at 25.Oct.2005)
Gai Wu A 4 3 1 0 99 69 2 14
CBRE Club Sequins 3 3 0 0 167 31 3 15
Rouse & Co Typhoons 3 2 1 0 60 57 2 9
Generali Causeway Bay Pirates 3 2 1 0 66 51 1 9
Tanner De Witt Nomads 3 1 2 0 42 44 2 6
City 7 3 0 3 0 38 96 0 0
Asahi Valley Griffins 3 0 3 0 10 135 0 0
4th Division Securicor League (As at 25.Oct.2005)
University RFC 4 4 0 0 98 10 3 19
CBRE Club Bulls 4 2 2 0 59 56 3 11
Tanner De Witt Nomads II 4 2 2 0 80 51 3 11
DeA Tigers III 4 2 2 0 65 59 2 9
Police Panthers 4 2 2 0 29 77 0 8
Taipo Dragons 3 1 2 0 72 68 2 6
Securicor Kowloon Beavers 4 1 3 0 32 74 1 5
HKCC/Aberdeen II 3 1 2 0 26 66 1 4
5th Division Securicor League (As at 25.Oct.2005)
Generali Causeway Bay Marines 4 3 1 0 84 50 2 14
Securicor Kowloon Barbarian 3 3 0 0 49 17 0 12
HK U 4 2 2 0 62 56 2 10
City 7 II 4 2 2 0 69 51 2 10
Asahi Valley Ma Jais 4 2 2 0 50 45 1 9
Gai Wu B 3 1 2 0 20 31 1 5
Revolution 4 1 3 0 22 61 1 5
DeA Development 4 1 3 0 47 92 1 5
 
Last Updated on 25 Oct 2005
<% recSet2.close(); recSet1.close(); recSet.close(); dbConn=null; %>