Error: Could not connect to database.
Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'ODBC'@'localhost' (using password: NO) in D:\Inetpub\vhosts\ohsvca.org\httpdocs\db.php on line 11

Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in D:\Inetpub\vhosts\ohsvca.org\httpdocs\db.php on line 11

Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in D:\Inetpub\vhosts\ohsvca.org\httpdocs\reportscores\view_schedule1.php on line 92

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in D:\Inetpub\vhosts\ohsvca.org\httpdocs\reportscores\view_schedule1.php on line 92

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\Inetpub\vhosts\ohsvca.org\httpdocs\reportscores\view_schedule1.php on line 93

Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in D:\Inetpub\vhosts\ohsvca.org\httpdocs\reportscores\view_schedule1.php on line 99

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in D:\Inetpub\vhosts\ohsvca.org\httpdocs\reportscores\view_schedule1.php on line 99

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in D:\Inetpub\vhosts\ohsvca.org\httpdocs\reportscores\view_schedule1.php on line 100

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\Inetpub\vhosts\ohsvca.org\httpdocs\reportscores\view_schedule1.php on line 101

Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in D:\Inetpub\vhosts\ohsvca.org\httpdocs\reportscores\view_schedule1.php on line 114

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in D:\Inetpub\vhosts\ohsvca.org\httpdocs\reportscores\view_schedule1.php on line 114

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in D:\Inetpub\vhosts\ohsvca.org\httpdocs\reportscores\view_schedule1.php on line 115

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\Inetpub\vhosts\ohsvca.org\httpdocs\reportscores\view_schedule1.php on line 116

Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in D:\Inetpub\vhosts\ohsvca.org\httpdocs\reportscores\view_schedule1.php on line 144

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in D:\Inetpub\vhosts\ohsvca.org\httpdocs\reportscores\view_schedule1.php on line 144

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in D:\Inetpub\vhosts\ohsvca.org\httpdocs\reportscores\view_schedule1.php on line 145

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\Inetpub\vhosts\ohsvca.org\httpdocs\reportscores\view_schedule1.php on line 146

Warning: mysql_close(): supplied argument is not a valid MySQL-Link resource in D:\Inetpub\vhosts\ohsvca.org\httpdocs\reportscores\view_schedule1.php on line 311
2009 Varsity Schedule/Results for
Overall (0-0) / (0-0)
DATE (TIME)TEAMS
(WINNING TEAM IN RED)
LEAGUESCORES
(WINNING TEAM SCORES IN RED)

RETURN TO MAIN MENU
SELECT date_format(match_date, '%m-%d') as match_date1, match_id, match_time, team1, team2, home, win_team, neutral, league, t1.name as name1, t2.name as name2, t1.district as district1, t2.district as district2, t1.division as division1, t2.division as division2 FROM matches, schools1 t1, schools1 t2 where team1=t1.school_id and team2=t2.school_id and (team1 = 702 or team2 = 702) order by match_date