% sql = "SELECT Material FROM [furniture] where Material = 'Teak' Group by Material" Set Conn = Server.CreateObject("ADODB.Connection") Conn.Provider = "Microsoft.Jet.OLEDB.4.0" Conn.ConnectionString = "Data Source=" & Server.MapPath ("db/alexrose.mdb") Conn.Open Set Rs = Server.CreateObject("ADODB.Recordset") Rs.Open sql, Conn, 1,3 %>

You are here: Alexander Rose /404 page
You have reached this page because the page you are looking for could not be found. Please use the list of website pages below to find the page you are looking for.
![]()
© 2007 Alexander Rose Limited | Terms & Conditions | Privacy Policy