|
|
|
[Error from MenuPlus Navigation Component] Error parsing web structure Can't open page configuration file Data: c:\inetpub\wwwroot\alumni\_vti_cnf\default.htm | |
[
2003 Stats ]
2003 Season in
Review
Houghton fielded one of its most experienced and
talented squads in recent years and finished with a 15-4-1
record and an American Mideast Conference North Division regular
season title. The season included wins over top NCAA-II teams
Mercyhurst, Ashland, LeMoyne and Gannon. The Highlanders also
lost a close, 2-1, decision to eventual NAIA National champion
Rio Grande.
Following the season – which ended with a loss in
the NAIA Region IX semifinals – the Highlanders swept the top
awards in the AMC North Division. Senior Trevor Eby (New
Holland, Pa.) was named Player of the Year, Kwame Oduro
(Toronto, Ont., Canada / Westview) was named Freshman of the
Year, Dwight Hornibrook was named Coach of the Year, and the
Highlanders earned the Fair Play Team award for the
second-straight season.
Eby, Brett Norton, Rusty Knight, Brad Clodfelter,
and Tim Haffey were All-AMC North Division First-Team
selections, while John Ames was a second team pick.
Eby, Steve Cox (Markham, Ont., Canada /
Stouffville District), and Norton (Prince Edward Island,
Canada) earned NAIA All-America Honorable Mention honors, while
Eby and Michael Diercks (Haddonfield, N.J. / The King’s
Christian School) were named NAIA All-America Scholar-Athletes.
Eby was also selected to the
NSCAA/adidas Scholar All-America Second Team for the
second-straight year. Eby was also a First-Team Scholar All-East
Region selection. Teammates Tim Haffey (South Lyon, Mich. /
South Lyon) and Mike Wheelhouse (Grand Falls, New Brunswick,
Canada) were All-East Honorable Mention selections.
The team received an NSCAA Scholar-Team award.
Hornibrook also was named the NSCAA/adidas
Northeast Region Coach of the Year.
Men's Soccer 2003 Schedule & Results
15-4-1 Overall
7-0-0 AMC North
Division
= Internet webcast
<%
'--------------------------------------------------------------------
' Microsoft ADO
'
' (c) 1996 Microsoft Corporation. All Rights Reserved.
'
'
'
' ADO constants include file for VBScript
'
'--------------------------------------------------------------------
'---- CursorTypeEnum Values ----
Const adOpenForwardOnly = 0
Const adOpenKeyset = 1
Const adOpenDynamic = 2
Const adOpenStatic = 3
'---- CursorOptionEnum Values ----
Const adHoldRecords = &H00000100
Const adMovePrevious = &H00000200
Const adAddNew = &H01000400
Const adDelete = &H01000800
Const adUpdate = &H01008000
Const adBookmark = &H00002000
Const adApproxPosition = &H00004000
Const adUpdateBatch = &H00010000
Const adResync = &H00020000
Const adNotify = &H00040000
'---- LockTypeEnum Values ----
Const adLockReadOnly = 1
Const adLockPessimistic = 2
Const adLockOptimistic = 3
Const adLockBatchOptimistic = 4
'---- ExecuteOptionEnum Values ----
Const adRunAsync = &H00000010
'---- ObjectStateEnum Values ----
Const adStateClosed = &H00000000
Const adStateOpen = &H00000001
Const adStateConnecting = &H00000002
Const adStateExecuting = &H00000004
'---- CursorLocationEnum Values ----
Const adUseServer = 2
Const adUseClient = 3
'---- DataTypeEnum Values ----
Const adEmpty = 0
Const adTinyInt = 16
Const adSmallInt = 2
Const adInteger = 3
Const adBigInt = 20
Const adUnsignedTinyInt = 17
Const adUnsignedSmallInt = 18
Const adUnsignedInt = 19
Const adUnsignedBigInt = 21
Const adSingle = 4
Const adDouble = 5
Const adCurrency = 6
Const adDecimal = 14
Const adNumeric = 131
Const adBoolean = 11
Const adError = 10
Const adUserDefined = 132
Const adVariant = 12
Const adIDispatch = 9
Const adIUnknown = 13
Const adGUID = 72
Const adDate = 7
Const adDBDate = 133
Const adDBTime = 134
Const adDBTimeStamp = 135
Const adBSTR = 8
Const adChar = 129
Const adVarChar = 200
Const adLongVarChar = 201
Const adWChar = 130
Const adVarWChar = 202
Const adLongVarWChar = 203
Const adBinary = 128
Const adVarBinary = 204
Const adLongVarBinary = 205
'---- FieldAttributeEnum Values ----
Const adFldMayDefer = &H00000002
Const adFldUpdatable = &H00000004
Const adFldUnknownUpdatable = &H00000008
Const adFldFixed = &H00000010
Const adFldIsNullable = &H00000020
Const adFldMayBeNull = &H00000040
Const adFldLong = &H00000080
Const adFldRowID = &H00000100
Const adFldRowVersion = &H00000200
Const adFldCacheDeferred = &H00001000
'---- EditModeEnum Values ----
Const adEditNone = &H0000
Const adEditInProgress = &H0001
Const adEditAdd = &H0002
Const adEditDelete = &H0004
'---- RecordStatusEnum Values ----
Const adRecOK = &H0000000
Const adRecNew = &H0000001
Const adRecModified = &H0000002
Const adRecDeleted = &H0000004
Const adRecUnmodified = &H0000008
Const adRecInvalid = &H0000010
Const adRecMultipleChanges = &H0000040
Const adRecPendingChanges = &H0000080
Const adRecCanceled = &H0000100
Const adRecCantRelease = &H0000400
Const adRecConcurrencyViolation = &H0000800
Const adRecIntegrityViolation = &H0001000
Const adRecMaxChangesExceeded = &H0002000
Const adRecObjectOpen = &H0004000
Const adRecOutOfMemory = &H0008000
Const adRecPermissionDenied = &H0010000
Const adRecSchemaViolation = &H0020000
Const adRecDBDeleted = &H0040000
'---- GetRowsOptionEnum Values ----
Const adGetRowsRest = -1
'---- PositionEnum Values ----
Const adPosUnknown = -1
Const adPosBOF = -2
Const adPosEOF = -3
'---- enum Values ----
Const adBookmarkCurrent = 0
Const adBookmarkFirst = 1
Const adBookmarkLast = 2
'---- MarshalOptionsEnum Values ----
Const adMarshalAll = 0
Const adMarshalModifiedOnly = 1
'---- AffectEnum Values ----
Const adAffectCurrent = 1
Const adAffectGroup = 2
Const adAffectAll = 3
'---- FilterGroupEnum Values ----
Const adFilterNone = 0
Const adFilterPendingRecords = 1
Const adFilterAffectedRecords = 2
Const adFilterFetchedRecords = 3
Const adFilterPredicate = 4
'---- SearchDirection Values ----
Const adSearchForward = 1
Const adSearchBackward = -1
'---- ConnectPromptEnum Values ----
Const adPromptAlways = 1
Const adPromptComplete = 2
Const adPromptCompleteRequired = 3
Const adPromptNever = 4
'---- ConnectModeEnum Values ----
Const adModeUnknown = 0
Const adModeRead = 1
Const adModeWrite = 2
Const adModeReadWrite = 3
Const adModeShareDenyRead = 4
Const adModeShareDenyWrite = 8
Const adModeShareExclusive = &Hc
Const adModeShareDenyNone = &H10
'---- IsolationLevelEnum Values ----
Const adXactUnspecified = &Hffffffff
Const adXactChaos = &H00000010
Const adXactReadUncommitted = &H00000100
Const adXactBrowse = &H00000100
Const adXactCursorStability = &H00001000
Const adXactReadCommitted = &H00001000
Const adXactRepeatableRead = &H00010000
Const adXactSerializable = &H00100000
Const adXactIsolated = &H00100000
'---- XactAttributeEnum Values ----
Const adXactCommitRetaining = &H00020000
Const adXactAbortRetaining = &H00040000
'---- PropertyAttributesEnum Values ----
Const adPropNotSupported = &H0000
Const adPropRequired = &H0001
Const adPropOptional = &H0002
Const adPropRead = &H0200
Const adPropWrite = &H0400
'---- ErrorValueEnum Values ----
Const adErrInvalidArgument = &Hbb9
Const adErrNoCurrentRecord = &Hbcd
Const adErrIllegalOperation = &Hc93
Const adErrInTransaction = &Hcae
Const adErrFeatureNotAvailable = &Hcb3
Const adErrItemNotFound = &Hcc1
Const adErrObjectInCollection = &Hd27
Const adErrObjectNotSet = &Hd5c
Const adErrDataConversion = &Hd5d
Const adErrObjectClosed = &He78
Const adErrObjectOpen = &He79
Const adErrProviderNotFound = &He7a
Const adErrBoundToCommand = &He7b
Const adErrInvalidParamInfo = &He7c
Const adErrInvalidConnection = &He7d
Const adErrStillExecuting = &He7f
Const adErrStillConnecting = &He81
'---- ParameterAttributesEnum Values ----
Const adParamSigned = &H0010
Const adParamNullable = &H0040
Const adParamLong = &H0080
'---- ParameterDirectionEnum Values ----
Const adParamUnknown = &H0000
Const adParamInput = &H0001
Const adParamOutput = &H0002
Const adParamInputOutput = &H0003
Const adParamReturnValue = &H0004
'---- CommandTypeEnum Values ----
Const adCmdUnknown = &H0008
Const adCmdText = &H0001
Const adCmdTable = &H0002
Const adCmdStoredProc = &H0004
'---- SchemaEnum Values ----
Const adSchemaProviderSpecific = -1
Const adSchemaAsserts = 0
Const adSchemaCatalogs = 1
Const adSchemaCharacterSets = 2
Const adSchemaCollations = 3
Const adSchemaColumns = 4
Const adSchemaCheckConstraints = 5
Const adSchemaConstraintColumnUsage = 6
Const adSchemaConstraintTableUsage = 7
Const adSchemaKeyColumnUsage = 8
Const adSchemaReferentialContraints = 9
Const adSchemaTableConstraints = 10
Const adSchemaColumnsDomainUsage = 11
Const adSchemaIndexes = 12
Const adSchemaColumnPrivileges = 13
Const adSchemaTablePrivileges = 14
Const adSchemaUsagePrivileges = 15
Const adSchemaProcedures = 16
Const adSchemaSchemata = 17
Const adSchemaSQLLanguages = 18
Const adSchemaStatistics = 19
Const adSchemaTables = 20
Const adSchemaTranslations = 21
Const adSchemaProviderTypes = 22
Const adSchemaViews = 23
Const adSchemaViewColumnUsage = 24
Const adSchemaViewTableUsage = 25
Const adSchemaProcedureParameters = 26
Const adSchemaForeignKeys = 27
Const adSchemaPrimaryKeys = 28
Const adSchemaProcedureColumns = 29
Const sConn = "Provider=SQLOLEDB.1;Persist Security Info=True;Password=purple;User ID=houghtonweb;Initial Catalog=houghtoncalendar;Data Source=(local);Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=RICHARD"
%>
<%
class CAdoCmd
Private oConn
Private bCritError
Private oCmd
Private oErr
Private sCmdText
Private aParmNames
Private aParmValus
Private iNumParam
Private iNumRecs
Private bNeedRetValue
Private bOnlyReturn
Private sConnText
Private sConnDef
Private sCurLoc
Private sCurTyp
private sub class_initialize
iNumParam = 0
iNumRecs = 0
redim aParmNames(0)
redim aParmValus(0)
bNeedRetValue = false
bOnlyReturn = false
sConnText = "dsn=calendar;uid=sa"
sConnDef = sConnText
sCurLoc = adUseClient
sCurTyp = adOpenStatic
end sub
public function fSetCmdText(sValue)
sCmdText = sValue
end function
public function fNeedRetValue()
bNeedRetValue = true
end function
public function fSetCurLoc(sValue)
sCurLoc = sValue
end function
public function fSetCurTyp(sValue)
sCurTyp = sValue
end function
public function fGetRetValue()
if bOnlyReturn then
oCmd.execute
end if
fGetRetValue = oCmd(0)
end function
public function fAddParam(sName, sValu)
iNumParam = iNumParam + 1
redim preserve aParmNames(iNumParam)
redim preserve aParmValus(iNumParam)
aParmNames(iNumParam) = sName
aParmValus(iNumParam) = sValu
end function
public function fRmvParams()
iNumParam = 0
iNumRecs = 0
redim aParmNames(iNumParam)
redim aParmValus(iNumParam)
bNeedRetValue = false
bOnlyReturn = false
end function
public function fGetSqlRS(iCacheSize)
if fOpenConn() then
dim oRs
dim i
call fGetCommand()
set oRs = CreateObject("ADODB.Recordset")
oCmd.commandtext = sCmdText
oCmd.commandtype = adCmdText
set oRs.source = oCmd
oRs.open
if oRs.State = 0 and bNeedRetValue then
bOnlyReturn = True
end if
if not fHasErrors() then
set fGetSqlRS = oRs
iNumRecs = iCacheSize
else
set fGetSqlRS = nothing
iNumRecs = 0
end if
set oRs.ActiveConnection = nothing
call fCloseDbObjs
else
set fGetSqlRS = nothing
end if
end function
public function fGetRS(iCacheSize)
if fOpenConn() then
dim oRs
dim i
call fGetCommand()
set oRs = CreateObject("ADODB.Recordset")
oCmd.commandtext = sCmdText
oCmd.commandtype = 4
for i = 1 to iNumParam
oCmd.parameters.append oCmd.createparameter(aParmNames(i), 12)
next
iStartIdx = 1
if bNeedRetValue then
oCmd(0).Direction = &H0004
iStartIdx = 2
end if
if iNumParam > 0 then
oCmd.parameters.refresh
end if
'response.write Cstr(iStartIdx)
for i = iStartIdx to iNumParam
oCmd.parameters(aParmNames(i)) = aParmValus(i)
next
if iCacheSize <> 0 then
oRs.cacheSize = iCacheSize
end if
set oRs.source = oCmd
oRs.open
if oRs.State = 0 and bNeedRetValue then
bOnlyReturn = True
end if
if not fHasErrors() then
set fGetRS = oRs
iNumRecs = iCacheSize
else
set fGetRS = nothing
iNumRecs = 0
end if
set oRs.ActiveConnection = nothing
call fCloseDbObjs
else
set fGetRS = nothing
end if
set oConn = nothing
end function
public function fOpenConn()
set oConn = CreateObject("ADODB.Connection")
oConn.Open sConnText
oConn.CursorLocation = sCurLoc
fOpenConn = not fHasErrors()
end function
public function fHasErrors()
if oConn.Errors.Count > 0 then
bCritError = False
for each oErr in oConn.Errors
if oErr.Number <> 0 then
Response.Write "Number: " & oErr.Number & ""
Response.Write "Description: " & oErr.Description & " "
Response.Write "Source: " & oErr.Source & " "
Response.Write "SQLState: " & oErr.SQLState & " "
Response.Write "NativeError: " & oErr.NativeError & " "
bCritError = True
end if
next
set oErr = nothing
if bCritError then
Response.End
end if
fHasErrors = bCritError
else
fHasErrors = False
end if
end function
public function fGetCommand()
if not isObject(oConn) then
call fOpenConn()
end if
set oCmd = CreateObject("ADODB.Command")
set oCmd.ActiveConnection = oConn
set fGetCommand = oCmd
end function
public sub fCloseDbObjs
if not oCmd is nothing then set oCmd = nothing
if not oConn is nothing then
oConn.Close
set oConn = nothing
end if
end sub
public function fGetNumRecs()
fGetNumRecs = iNumRecs
end function
public function fSetConn(sConn)
sConnText = sConn
end function
public sub fSetDefConn
sConnText = sConnDef
end sub
end class
%>
<%
dim oCmd
set oAdoCmd = new CAdoCmd
call oAdoCmd.fSetConn(sConn)
%>
|
Date |
Opponent |
Location |
Time/Result |
|
August |
|
SAT |
30 |
Mercyhurst |
Erie, PA |
L 0-3 |
|
September |
|
MON |
1 |
Gannon |
Erie, PA |
W 2-0 |
|
FRI |
5 |
vs. Warner Southern # |
Fredonia, NY |
W 1-0 (2OT) |
|
SAT |
6 |
vs. Fredonia # |
Fredonia, NY |
T 1-1 |
|
FRI |
12 |
SETON HILL * |
Burke Field |
W 5-1 |
|
SAT |
13 |
WALSH |
Burke Field |
W 2-0 |
|
TUE |
16 |
ASHLAND |
Burke Field |
W 3-1 |
|
SAT |
20 |
NOTRE DAME * |
Burke Field |
W 7-0 |
|
SAT |
27 |
Roberts Wesleyan * |
Rochester, NY |
W 1-0 |
|
TUE |
30 |
LEMOYNE |
Burke Field |
W 5-4 |
|
October |
|
SAT |
4 |
DAEMEN * |
Burke Field |
W 9-0 |
|
TUE |
7 |
MERCYHURST |
Burke Field |
W 4-0 |
|
SAT |
11 |
URBANA |
Burke Field |
W 7-0 |
|
THU |
16 |
Rio Grande |
Rio Grande, OH |
L 1-2 |
|
SAT |
18 |
Tiffin |
Tiffin, OH |
L 1-2 |
|
TUE |
21 |
Point Park * |
Pittsburgh, Pa. |
W 12-1 |
|
SAT |
25 |
GENEVA * |
Burke Field |
W 2-0 |
|
November |
|
SAT |
1 |
St. Vincent * |
Latrobe, PA |
W 2-1 |
|
SAT |
8 |
OHIO DOMINICAN &
|
Burke Field |
W 1-0 |
|
|
14 |
vs. Tiffin ^ |
Rio Grande, Ohio |
L 1-2 (OT) |
| |
|
*AMC North Division |
|
# Fredonia
Tournament |
|
&AMC/Region IX Preliminary |
|
^NAIA Region IX Semifinal |
|
|
|
Home games in
CAPS |
|