<%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset1__MMColParam Recordset1__MMColParam = "Contact" If (Request("MM_EmptyValue") <> "") Then Recordset1__MMColParam = Request("MM_EmptyValue") End If %> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_Conn_STRING Recordset1.Source = "SELECT * FROM Product WHERE Object_Group = '" + Replace(Recordset1__MMColParam, "'", "''") + "'" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> Lang Stone Company - Supplier of building and landscaping stone for professionals and homeowners in Ohio

Signage Photo Gallery 3


Stone Signage

Stone Signage

 
Stone Signage

Stone Signage

Return to Signage Page or Previous Page

PDF version of the page



Lang Stone Company - Your stone provider

Home| About Us| Design| Products| Project| Contact Us


COPYRIGHT © . LANG STONE COMPANY. ALL RIGHTS RESERVED.



<% Recordset1.Close() Set Recordset1 = Nothing %>