<% if request("typID") <> "" AND isnumeric(request("typID")) then typID = clng(request("typID")) else typID = 0 if request("fpID") <> "" AND isnumeric(request("fpID")) then fpID = clng(request("fpID")) else fpID = 0 if fpID > 0 then set getRecord = dbConn.execute("SELECT * FROM PC_Floorplans WHERE fpID = " & fpID & "") if NOT getRecord.EOF then typID = getRecord("fpTypeID") fpName = getRecord("fpName") end if set getRecord = nothing end if if typID > 0 then set getRecord = dbConn.execute("SELECT * FROM PC_Types WHERE typID = " & typID & "") if NOT getRecord.EOF then typName = getRecord("typName") end if set getRecord = nothing end if %> Metro 92 - Yonkers Lofts - Westchester County, NY
Metro92-logo
  Layout  •Amenities  •Floor Plans  •Apartment Availability
  Apartment Availability and Floorplans

<% strSQL = "SELECT *, (SELECT typName FROM PC_Types WHERE typID = aptTypeID) AS aptType FROM PC_Apartments INNER JOIN PC_Floorplans ON PC_Apartments.aptFloorplanID = PC_Floorplans.fpID WHERE fpStatus = 1 AND aptStatus <> 0" strSQL = strSQL & " ORDER BY aptNumber ASC" set getRecords = dbConn.execute(strSQL) while NOT getRecords.EOF aptID = getRecords("aptID") aptTypeID = getRecords("aptTypeID") aptFloorplanID = getRecords("aptFloorplanID") aptStatus = getRecords("aptStatus") aptFloor = getRecords("aptFloor") aptPrice = getRecords("aptPrice") aptAvailableDate = getRecords("aptAvailableDate") aptPriceType = getRecords("aptPriceType") aptNumber = getRecords("aptNumber") aptDescription = getRecords("aptDescription") fpRooms = getRecords("fpRooms") fpBaths = getRecords("fpBaths") fpSquareFeet = getRecords("fpSquareFeet") fpPrice = getRecords("fpPrice") fpName = getRecords("fpName") fpImage = getRecords("fpImage") fpDescription = getRecords("fpDescription") fpHTML = getRecords("fpHTML") aptType = getRecords("aptType") if aptStatus = 2 then aptImage = "images/slug-rented.gif" else aptImage = "images/slug-for-rent.gif" end if %> <% getRecords.movenext() wend set getRecords = nothing %>
Type Date Available Unit # Rent Sq Ft Floorplan
<%=aptType%> <%=aptAvailableDate%> <%=aptNumber%> <%=formatcurrency(aptPrice, 2)%> <%=formatnumber(fpSquareFeet, 0)%>  <%=fpName%>
 

From $2,500 • Rent Now

METRO92 • 92 Main Street • Yonkers, NY | www.METRO92.com | 914.410.9090