<% @LANGUAGE="VBScript" %> <% dim Conn, SQLStr, URL, bshade dim DatabaseNameStr,DatabaseLocationStr, ConnectionStr DatabaseNameStr = "OlympicGetaways.mdb" DatabaseLocationStr = Left(Request.ServerVariables("PATH_TRANSLATED"), _ InstrRev(Request.ServerVariables("PATH_TRANSLATED"), _ "\") _ ) ConnectionStr = "DBQ=" & _ DatabaseLocationStr & _ DatabaseNameStr & _ ";DefaultDir=" & _ DatabaseLocationStr & _ ";Driver={Microsoft Access Driver (*.mdb)};" set Conn = Server.CreateObject("ADODB.Connection") Conn.Open(ConnectionStr) dim rs, ErrorStr %> <% SQLStr = "SELECT * FROM Lodging WHERE (GiftCertificates = true AND Lodging = true) order by Lodging.LocationCity;" set rs = Conn.Execute(SQLStr) %>
Olympic Getaways: Vacation Rentals and other lodging on Washington's Olympic Peninsula.

Gift Certificates

The following businesses accept Olympic Getaways Gift Certificates.

Lodging Getaways
    <% Do While Not rs.EOF %>
  • <% URL = rs.Fields("URL").Value If URL = "" THEN %> <% = rs("BusinessName") %> <% ELSE %> <% = rs("BusinessName") %> <% End If %> <% = rs("LocationAddress") %>,  <% = rs("LocationCity") %>,  <% = rs("LocationState") %>  <% = rs("LocationZip") %>;  tel: <% = rs("Phone") %>  <% = rs("TollfreePhone") %>  "><% = rs("OtherEmail") %>

  • <% rs.MoveNext Loop %>
<% SQLStr = "SELECT * FROM Lodging WHERE (GiftCertificates = true AND Adventure = true) order by Lodging.LocationCity;" set rs = Conn.Execute(SQLStr) %> <% If NOT rs.eof Then%> Adventure Getaways
    <% Do While Not rs.EOF %>
  • <% URL = rs.Fields("URL").Value If URL = "" THEN %> <% = rs("BusinessName") %> <% ELSE %> <% = rs("BusinessName") %> <% End If %> <% = rs("LocationAddress") %>,  <% = rs("LocationCity") %>,  <% = rs("LocationState") %>  <% = rs("LocationZip") %>;  tel: <% = rs("Phone") %>  <% = rs("TollfreePhone") %>  "><% = rs("OtherEmail") %>

  • <% rs.MoveNext Loop %>
<% End If %> <% SQLStr = "SELECT * FROM Lodging WHERE (GiftCertificates = true AND Restaurant = true) order by Lodging.LocationCity;" set rs = Conn.Execute(SQLStr) %> <% If NOT rs.eof Then%> Restaurants
    <% Do While Not rs.EOF %>
  • <% URL = rs.Fields("URL").Value If URL = "" THEN %> <% = rs("BusinessName") %> <% ELSE %> <% = rs("BusinessName") %> <% End If %> <% = rs("LocationAddress") %>,  <% = rs("LocationCity") %>,  <% = rs("LocationState") %>  <% = rs("LocationZip") %>;  tel: <% = rs("Phone") %>  <% = rs("TollfreePhone") %>  "><% = rs("OtherEmail") %>

  • <% rs.MoveNext Loop %>
<% End If %> <% SQLStr = "SELECT * FROM Lodging WHERE (GiftCertificates = true AND ArtistPhotography = true) order by Lodging.LocationCity;" set rs = Conn.Execute(SQLStr) %> <% If NOT rs.eof Then%> Artists/Photography
    <% Do While Not rs.EOF %>
  • <% URL = rs.Fields("URL").Value If URL = "" THEN %> <% = rs("BusinessName") %> <% ELSE %> <% = rs("BusinessName") %> <% End If %> <% = rs("LocationAddress") %>,  <% = rs("LocationCity") %>,  <% = rs("LocationState") %>  <% = rs("LocationZip") %>;  tel: <% = rs("Phone") %>  <% = rs("TollfreePhone") %>  "><% = rs("OtherEmail") %>

  • <% rs.MoveNext Loop %>
<% End If %> <% SQLStr = "SELECT * FROM Lodging WHERE (GiftCertificates = true AND MiscServices = true) order by Lodging.LocationCity;" set rs = Conn.Execute(SQLStr) %> <% If NOT rs.eof Then%> Miscellaneous Services
    <% Do While Not rs.EOF %>
  • <% URL = rs.Fields("URL").Value If URL = "" THEN %> <% = rs("BusinessName") %> <% ELSE %> <% = rs("BusinessName") %> <% End If %> <% = rs("LocationAddress") %>,  <% = rs("LocationCity") %>,  <% = rs("LocationState") %>  <% = rs("LocationZip") %>;  tel: <% = rs("Phone") %>  <% = rs("TollfreePhone") %>  "><% = rs("OtherEmail") %>

  • <% rs.MoveNext Loop %>
<% End If %> <% SQLStr = "SELECT * FROM Lodging WHERE (GiftCertificates = true AND Entertainment = true) order by Lodging.LocationCity;" set rs = Conn.Execute(SQLStr) %> <% If NOT rs.eof Then%> Entertainment
    <% Do While Not rs.EOF %>
  • <% URL = rs.Fields("URL").Value If URL = "" THEN %> <% = rs("BusinessName") %> <% ELSE %> <% = rs("BusinessName") %> <% End If %> <% = rs("LocationAddress") %>,  <% = rs("LocationCity") %>,  <% = rs("LocationState") %>  <% = rs("LocationZip") %>;  tel: <% = rs("Phone") %>  <% = rs("TollfreePhone") %>  "><% = rs("OtherEmail") %>

  • <% rs.MoveNext Loop %>
<% End If %> <% SQLStr = "SELECT * FROM Lodging WHERE (GiftCertificates = true AND Business_Type_Other = true) order by Lodging.LocationCity;" set rs = Conn.Execute(SQLStr) %> <% If NOT rs.eof Then%> Other Businesses
    <% Do While Not rs.EOF %>
  • <% URL = rs.Fields("URL").Value If URL = "" THEN %> <% = rs("BusinessName") %> <% ELSE %> <% = rs("BusinessName") %> <% End If %> <% = rs("LocationAddress") %>,  <% = rs("LocationCity") %>,  <% = rs("LocationState") %>  <% = rs("LocationZip") %>;  tel: <% = rs("Phone") %>  <% = rs("TollfreePhone") %>  "><% = rs("OtherEmail") %>

  • <% rs.MoveNext Loop %>
<% End If %> <% Conn.Close set Conn = nothing %>

Web site by Acies Communications, copyright © 1996-2012