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





Colleges and Sixth Form > Deffered Entry

Deferred entry is when you apply to university in one year, but actually apply to study at the university in the following year.

So for example, if you were to apply in 2005 for deferred entry, you would enter the university in 2006.

Some universities allow deferred entries for 2 years also.

Deferred entries are taken mostly by those wishing to take a gap year, or to earn some money for university.

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