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

What is RSS?
RSS is a commonly used protocol for syndication and sharing of content such as news articles. RSS is an XML-based summary of a web site. There are RSS "feeds", which are sources of RSS information about web sites and RSS "readers", which read RSS feeds and display their content to users.

Financial Services Net Ltd. RSS feeds

latest Investments articles
latest Insurance articles
latest Mortgages articles
latest Pensions articles
latest Savings articles
latest Credit cards articles
latest e-Banking articles
latest loans articles
latest General finance articles
latest Diabetes articles
<% rs.close set rs=Nothing conn.Close set conn=Nothing %>