% ' FP_ASP ASP Automatically generated by a Frontpage Component. Do not Edit. On Error Resume Next Session("FP_OldCodePage") = Session.CodePage Session("FP_OldLCID") = Session.LCID Session.CodePage = 1252 Session.LCID = 1033 Err.Clear strErrorUrl = "" If Request.ServerVariables("REQUEST_METHOD") = "POST" Then If Request.Form("VTI-GROUP") = "0" Then Err.Clear Set fp_conn = Server.CreateObject("ADODB.Connection") FP_DumpError strErrorUrl, "Cannot create connection" Set fp_rs = Server.CreateObject("ADODB.Recordset") FP_DumpError strErrorUrl, "Cannot create record set" fp_conn.Open Application("stat_submission_form_swimming_boys_ConnectionString") FP_DumpError strErrorUrl, "Cannot open database" fp_rs.Open "Results", fp_conn, 1, 3, 2 ' adOpenKeySet, adLockOptimistic, adCmdTable FP_DumpError strErrorUrl, "Cannot open record set" fp_rs.AddNew FP_DumpError strErrorUrl, "Cannot add new record set to the database" Dim arFormFields0(29) Dim arFormDBFields0(29) Dim arFormValues0(29) arFormFields0(0) = "Minutes_Backstroke100yd" arFormDBFields0(0) = "Minutes_Backstroke100yd" arFormValues0(0) = Request("Minutes_Backstroke100yd") arFormFields0(1) = "Seconds_Freestyle500yd" arFormDBFields0(1) = "Seconds_Freestyle500yd" arFormValues0(1) = Request("Seconds_Freestyle500yd") arFormFields0(2) = "Minutes_Freestyle500yd" arFormDBFields0(2) = "Minutes_Freestyle500yd" arFormValues0(2) = Request("Minutes_Freestyle500yd") arFormFields0(3) = "Hundredths_IndividualMedley200yd" arFormDBFields0(3) = "Hundredths_IndividualMedley200yd" arFormValues0(3) = Request("Hundredths_IndividualMedley200yd") arFormFields0(4) = "Minutes_Breaststroke100yd" arFormDBFields0(4) = "Minutes_Breaststroke100yd" arFormValues0(4) = Request("Minutes_Breaststroke100yd") arFormFields0(5) = "First_Name" arFormDBFields0(5) = "First_Name" arFormValues0(5) = Request("First_Name") arFormFields0(6) = "Seconds_Freestyle50yd" arFormDBFields0(6) = "Seconds_Freestyle50yd" arFormValues0(6) = Request("Seconds_Freestyle50yd") arFormFields0(7) = "Hundredths_Freestyle100yd" arFormDBFields0(7) = "Hundredths_Freestyle100yd" arFormValues0(7) = Request("Hundredths_Freestyle100yd") arFormFields0(8) = "Minutes_Freestyle50yd" arFormDBFields0(8) = "Minutes_Freestyle50yd" arFormValues0(8) = Request("Minutes_Freestyle50yd") arFormFields0(9) = "School" arFormDBFields0(9) = "School" arFormValues0(9) = Request("School") arFormFields0(10) = "Minutes_IndividualMedley200yd" arFormDBFields0(10) = "Minutes_IndividualMedley200yd" arFormValues0(10) = Request("Minutes_IndividualMedley200yd") arFormFields0(11) = "Hundredths_Freestyle200yd" arFormDBFields0(11) = "Hundredths_Freestyle200yd" arFormValues0(11) = Request("Hundredths_Freestyle200yd") arFormFields0(12) = "Grade" arFormDBFields0(12) = "Grade" arFormValues0(12) = Request("Grade") arFormFields0(13) = "Seconds_Butterfly100yd" arFormDBFields0(13) = "Seconds_Butterfly100yd" arFormValues0(13) = Request("Seconds_Butterfly100yd") arFormFields0(14) = "Minutes_Butterfly100yd" arFormDBFields0(14) = "Minutes_Butterfly100yd" arFormValues0(14) = Request("Minutes_Butterfly100yd") arFormFields0(15) = "Seconds_Backstroke100yd" arFormDBFields0(15) = "Seconds_Backstroke100yd" arFormValues0(15) = Request("Seconds_Backstroke100yd") arFormFields0(16) = "Seconds_IndividualMedley200yd" arFormDBFields0(16) = "Seconds_IndividualMedley200yd" arFormValues0(16) = Request("Seconds_IndividualMedley200yd") arFormFields0(17) = "Last_Name" arFormDBFields0(17) = "Last_Name" arFormValues0(17) = Request("Last_Name") arFormFields0(18) = "Hundredths_Freestyle500yd" arFormDBFields0(18) = "Hundredths_Freestyle500yd" arFormValues0(18) = Request("Hundredths_Freestyle500yd") arFormFields0(19) = "Seconds_Breaststroke100yd" arFormDBFields0(19) = "Seconds_Breaststroke100yd" arFormValues0(19) = Request("Seconds_Breaststroke100yd") arFormFields0(20) = "Hundredths_Backstroke100yd" arFormDBFields0(20) = "Hundredths_Backstroke100yd" arFormValues0(20) = Request("Hundredths_Backstroke100yd") arFormFields0(21) = "Hundredths_Butterfly100yd" arFormDBFields0(21) = "Hundredths_Butterfly100yd" arFormValues0(21) = Request("Hundredths_Butterfly100yd") arFormFields0(22) = "Hundredths_Breaststroke100yd" arFormDBFields0(22) = "Hundredths_Breaststroke100yd" arFormValues0(22) = Request("Hundredths_Breaststroke100yd") arFormFields0(23) = "Hundredths_Freestyle50yd" arFormDBFields0(23) = "Hundredths_Freestyle50yd" arFormValues0(23) = Request("Hundredths_Freestyle50yd") arFormFields0(24) = "Seconds_Freestyle100yd" arFormDBFields0(24) = "Seconds_Freestyle100yd" arFormValues0(24) = Request("Seconds_Freestyle100yd") arFormFields0(25) = "Minutes_Freestyle100yd" arFormDBFields0(25) = "Minutes_Freestyle100yd" arFormValues0(25) = Request("Minutes_Freestyle100yd") arFormFields0(26) = "HS_Enrollment" arFormDBFields0(26) = "HS_Enrollment" arFormValues0(26) = Request("HS_Enrollment") arFormFields0(27) = "Seconds_Freestyle200yd" arFormDBFields0(27) = "Seconds_Freestyle200yd" arFormValues0(27) = Request("Seconds_Freestyle200yd") arFormFields0(28) = "Minutes_Freestyle200yd" arFormDBFields0(28) = "Minutes_Freestyle200yd" arFormValues0(28) = Request("Minutes_Freestyle200yd") FP_SaveFormFields fp_rs, arFormFields0, arFormDBFields0 If Request.ServerVariables("HTTP_USER_AGENT") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("HTTP_USER_AGENT"), "Browser_type" End If If Request.ServerVariables("REMOTE_HOST") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_HOST"), "Remote_computer_name" End If FP_SaveFieldToDB fp_rs, Now, "Timestamp" If Request.ServerVariables("REMOTE_USER") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_USER"), "User_name" End If fp_rs.Update FP_DumpError strErrorUrl, "Cannot update the database" fp_rs.Close fp_conn.Close Session("FP_SavedFields")=arFormFields0 Session("FP_SavedValues")=arFormValues0 Session.CodePage = Session("FP_OldCodePage") Session.LCID = Session("FP_OldLCID") Response.Redirect "stat_submission_form_swimming_boys.asp" End If End If Session.CodePage = Session("FP_OldCodePage") Session.LCID = Session("FP_OldLCID") %>
|
NCSAA Stat Submission Form - BOYS' SWIMMING (Please submit only high school varsity team statistics.)
Back to Stat Submission Forms for All Sports Instructions for submitting stats:
1) Please submit times ONLY for athletes on your high school varsity boys' swimming team. 2) Please complete the following form completely to submit times for one swimmer. Press "Submit" after you are finished completing the form. 3) Please enter "0" (zero) in the boxes for any event in which this athlete did not compete. 4) After submitting.the form, you will be returned to this form to submit times for another swimmer. Repeat for as many swimmers as you wish.. 5) Please enter only each swimmer's best season result in each event. 6) Times must be established in a competitive meet. No practice times may be submitted. 7) Please provide times rounded up to the hundredth of a second. 8) We will compile the times and update the Stat Leaders Board. Thanks for participating! 9) Any errors or problems can be reported to 724-846-2764 or nhartman@ncsaa.org. Feel free to call with questions, problems, or suggestions.
|
© Copyright 2007 NCSAA. All rights reserved.