%@page language="java" import="java.sql.*" %> <%@page errorPage="../tools/RCRErrorPage.jsp"%> <%@page import="com.darwinsys.util.*"%> <%@ include file="realestate.jsp" %> <% String parcellocation__thisparcel = "none"; if ("" !=null) {parcellocation__thisparcel = (String)"";} %> <% Driver Driverparcellocation = (Driver)Class.forName(MM_realestate_DRIVER).newInstance(); Connection Connparcellocation = DriverManager.getConnection(MM_realestate_STRING,MM_realestate_USERNAME,MM_realestate_PASSWORD); PreparedStatement Statementparcellocation = Connparcellocation.prepareStatement("SELECT location FROM location WHERE parcelnum= '" + parcellocation__thisparcel + "'"); ResultSet parcellocation = Statementparcellocation.executeQuery(); boolean parcellocation_isEmpty = !parcellocation.next(); boolean parcellocation_hasData = !parcellocation_isEmpty; Object parcellocation_data; int parcellocation_numRows = 0; %> <% String gccount__thiscourse = "Rio Secco"; if (request.getParameter("gcname") !=null) {gccount__thiscourse = (String)request.getParameter("gcname") ;} %> <% %> <%@page import="java.util.*"%> <% boolean sendemail = true; %>
| Use this search to find out what homes are selling for on a particular golf course. Please note that these are only homes/lots that are adjacent to the golf course property. |
| <%=resultsStr2%> |
| location | lastsold | lastprice | total living space |
| <%=(((parcellocation_data = parcellocation.getObject("location"))==null || parcellocation.wasNull())?"":parcellocation_data)%> | <%=(((gchomes_data = gchomes.getObject("lastsold"))==null || gchomes.wasNull())?"":gchomes_data)%> | <%=(((gchomes_data = gchomes.getObject("lastprice"))==null || gchomes.wasNull())?"":gchomes_data)%> | <%=(((gchomes_data = gchomes.getObject("totalliving"))==null || gchomes.wasNull())?"":gchomes_data)%> |
| This data is provided as a courtesy of Royal Castle Realty/Chet Pressler. For informational purposes only. |
<% } } %> <% gcnames.close(); Statementgcnames.close(); Conngcnames.close(); %> <% gccount.close(); Statementgccount.close(); Conngccount.close(); %> <% parcellocation.close(); Statementparcellocation.close(); Connparcellocation.close(); %> <% gchomes.close(); Statementgchomes.close(); Conngchomes.close(); %>