Init.asp

This script displays nothing.

Script listing

<% ' create a global variable with session-wide scope called "DBOpen" ' DBOpen specifies database driver and location and is referred to by ' the scripts that open the file (roster_view, write_new, student_del) Session.Value("DBOpen") = "DBQ=" & Server.MapPath("roster_cis.mdb") & ";Driver={Microsoft Access Driver (*.mdb)};DriverId=25;MaxBufferSize=8192;Threads=20" Response.Redirect("roster_view.asp") %>

Disclaimer: The views and opinions expressed on unofficial pages of California State University, Dominguez Hills faculty, staff or students are strictly those of the page authors. The content of these pages has not been reviewed or approved by California State University, Dominguez Hills.