<%@LANGUAGE="JAVASCRIPT"%> <% var Recordset1__MMColParam = "1"; if(String(Request.QueryString("BusinessIndex")) != "undefined") { Recordset1__MMColParam = String(Request.QueryString("BusinessIndex")); } %> <% var Recordset1 = Server.CreateObject("ADODB.Recordset"); Recordset1.ActiveConnection = "Driver={mySQL}; Server=localhost; Port=3306; Option=0; Socket=; Stmt=; Database=sclogh2_lakewatereeDB; Uid=sclogh2_aaron; Pwd=spawn;"; Recordset1.Source = "SELECT * FROM Business WHERE BusinessIndex = "+ Recordset1__MMColParam.replace(/'/g, "''") + ""; Recordset1.CursorType = 0; Recordset1.CursorLocation = 2; Recordset1.LockType = 3; Recordset1.Open(); var Recordset1_numRows = 0; %> Business Details
Lake Wateree Official Website
Lake Graphit Lake Wateree Home Lake Wateree Info Lake Vacations Lake Wateree Real Estate Lake Wateree Business Lake Wateree Misc Lake Wateree Events
<%=(Recordset1.Fields.Item("BusinessName").Value)%>
Owner: <%=(Recordset1.Fields.Item("BusinessOwner").Value)%> Phone1: <%=(Recordset1.Fields.Item("BusinessPhone1").Value)%>
City: <%=(Recordset1.Fields.Item("BusinessCity").Value)%> State: <%=(Recordset1.Fields.Item("BusinessState").Value)%> Zip: <%=(Recordset1.Fields.Item("BusinessZip").Value)%> Phone2: <%=(Recordset1.Fields.Item("BusinessPhone2").Value)%>
URL: <%if(Recordset1.Fields.Item("BusinessURL")!="none"){Response.Write(""+(Recordset1.Fields.Item("BusinessURL"))+"")}%>
Business Type: <%=(Recordset1.Fields.Item("BusinessType").Value)%>   County: <%=(Recordset1.Fields.Item("BusinessCounty").Value)%>      
Description: <%=(Recordset1.Fields.Item("BusinessDescription").Value)%>
 
 

All Rights 2003 Lake Wateree Properties.
<% Recordset1.Close(); %>