<%' 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 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("lllnavail_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(8) Dim arFormDBFields0(8) Dim arFormValues0(8) arFormFields0(0) = "Name" arFormDBFields0(0) = "Name" arFormValues0(0) = Request("Name") arFormFields0(1) = "Catagory" arFormDBFields0(1) = "Catagory" arFormValues0(1) = Request("Catagory") arFormFields0(2) = "Status" arFormDBFields0(2) = "Status" arFormValues0(2) = Request("Status") arFormFields0(3) = "Size" arFormDBFields0(3) = "Size" arFormValues0(3) = Request("Size") arFormFields0(4) = "Notes" arFormDBFields0(4) = "Notes" arFormValues0(4) = Request("Notes") arFormFields0(5) = "Price" arFormDBFields0(5) = "Price" arFormValues0(5) = Request("Price") arFormFields0(6) = "Quantity" arFormDBFields0(6) = "Quantity" arFormValues0(6) = Request("Quantity") arFormFields0(7) = "Space" arFormDBFields0(7) = "Space" arFormValues0(7) = Request("Space") FP_SaveFormFields fp_rs, arFormFields0, arFormDBFields0 fp_rs.Update FP_DumpError strErrorUrl, "Cannot update the database" fp_rs.Close fp_conn.Close FP_FormConfirmationFromArrays "text/html; charset=windows-1252",_ "Form Confirmation",_ "Thank you for submitting the following information:",_ "submission_form.asp",_ "Return to the form.",_ arFormDBFields0,_ arFormValues0 End If End If Session.CodePage = Session("FP_OldCodePage") Session.LCID = Session("FP_OldLCID") %> <% ' Username and password for the lllnavail.Results Database Editor ' are set here: SiteId="{800696DA-F88F-4BA6-AB52-A87D62B2940B}" Username="fred0526" Password="44966" %> <% If Session(SiteID) <> true Then Response.Redirect("Login.asp?requester=submission_form.asp") End If %> <% Response.Buffer = True %> Results -- New
Submission Form
Results Page | Submission Form | Database Editor



[an error occurred while processing this directive]

Name
 

Catagory

Status
 

Size
 

Notes
 

Price
 

Quantity
 

Space