<% Server.ScriptTimeout=300 dim conn,txt_cat,sql1 dim txtcounty session.Abandon() 'To establish connection with DB set conn=Server.CreateObject("ADODB.Connection") conn.ConnectionString = "Directory_Services" conn.Open sql="SELECT Distinct Town FROM schools" 'To make a recordset for retrieving records from category table in DB set rs=conn.Execute(sql) %>

Members Login



News





Members > Login
Members homepage

My mailbox

My profile
Edit my profile
Search profiles

Login for all the goodies and student stuff!

Login here!

Username:
Password:
 
<% rs.close set rs=Nothing conn.Close set conn=Nothing %>