%
'ON ERROR RESUME NEXT
'--------Initiliasing variables-------------------
Dim ProID
Dim AdoCon
Dim RsProject
Dim SQLProj
Dim RsPrc
Dim SQLPrc
SQLProj = request.form("TXTSQL")
SQL1 = "Select * from project_details where property_name <> '' " & SQLProj
'response.write SQL1
'--------Get The Project Name---------------------------------
PropType = request.form("Ptype")
PropBed = request.form("Pbed")
PropCity = request.form("Pcity")
PropLoc = request.form("plocation")
'------------------------------------------------------------
'------Create Connection-----------------------------------
Set AdoCon = server.createobject("ADODB.CONNECTION")
AdoCon.Open "Driver={MICROSOFT ACCESS DRIVER (*.mdb)};DBQ=" & server.mappath("/DB/fh.mdb")
Set RsProject = server.createobject("ADODB.RECORDSET")
'--------------- SQL Statements -------------------
RsProject.Open SQL1,AdoCon,3,3
%>
Search Results | Future Homes
 |
To subscribe UAE's latest property alerts, login here -- > |
User id |
|
PWD |
|
|
Or Register Now! |
Why Register? |
|
|
|
|
For Sales Enquiry |
|
Call Luke +971 50 2770020 or Abraham +971 50 5944372 |
<%DO WHILE NOT RsProject.EOF%>
" > " width="250" height="150" /> |
<%'=RsProject("description")%>
|
|
<%=RsProject("project_type")%> |
<%=RsProject("project_name")%> |
<%=RsProject("completion_date")%> |
|
|
|
<%RsProject.movenext%>
<%LOOP%>
|
|
|
|
|
This website and all content is © 2007 - futurehomesdubai.com
All rights reserved. Please read our Privacy Policy |
|
|
|
<%
RsProject.close
set RsProject = nothing
'buffer.flush'
%>