<%@ LANGUAGE="VBScript" %> <% Set Connection = Server.CreateObject("ADODB.Connection") Connection.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath(".") & "\db\obs.mdb" SQLStmt = "" set rs=server.createObject("ADODB.RecordSet") rs.ActiveConnection = Connection rs.CursorType = 1 rs.LockType = 3 rs.open "SELECT * From Description " if not rs.EOF then strDesc=rs("cDescription") else strDesc="" end if rs.Close set rs =nothing %> Ontario Building Supply
(800)295-3383 (585)436-7540

Ontario Building Supply


Superb Service

Ontario Building Supply presents additional savings on selected products.


Specials & Clearance

This page is updated frequently with specials, clearance items, and other products


 
Your Source for Service and Selection.SM
© Ontario Building Supply Co., Inc. 2007-2011 All trademarks are the property of their owners. All rights reserved.
<% Connection.close set connection =nothing %>