<%@LANGUAGE="VBSCRIPT"%> <% set quickfind = Server.CreateObject("ADODB.Recordset") quickfind.ActiveConnection = MM_consurrey_STRING quickfind.Source = "SELECT * FROM LGCategory ORDER BY LGCatName ASC" quickfind.CursorType = 0 quickfind.CursorLocation = 2 quickfind.LockType = 3 quickfind.Open() quickfind_numRows = 0 %> <% set rstown = Server.CreateObject("ADODB.Recordset") rstown.ActiveConnection = MM_consurrey_STRING rstown.Source = "SELECT * FROM BusTown ORDER BY BusTown ASC" rstown.CursorType = 0 rstown.CursorLocation = 2 rstown.LockType = 3 rstown.Open() rstown_numRows = 0 %> Surrey Business - CV Display


Surrey guide for leisure and business
     

 

If you would like your CV listed here from as little as £10 per month contact us.
   
   
Privacy policy | Copyright © Surrey Business 2002 | Website designed by Consilium Design
<% quickfind.Close() %> <% rstown.Close() %>