<% 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





education news archive

UK colleges and college students face a crisis - Tue, 02 Jan 2007
Colleges and sixth forms must offer languages - Wed, 13 Dec 2006

education RSS feeds

Our RSS feeds?
We provide RSS feeds for syndication and sharing of our latest news articles.

rss feeds...

<% rs.close set rs=Nothing conn.Close set conn=Nothing %>