hi... i have the following sql select statement:
SELECT propertyID,Image1,Property
Ref,AgentI
D,SellingP
rice,Prope
rtyType,Pr
ovinceName
,PropertyL
ocationCit
y,Property
LocationSu
burb, PropertyLocationProvince, SuburbName,Townname,bedroo
ms,bathroo
ms, garages,PropertySellingHea
dline FROM propertyQuery ORDER BY SellingPrice"
This works fine - however as soon as i add the following field to the list that im requesting i get an error:
Field Name: "PropertyDescription"
Field type: varchar (1000)
The page timesout when the query runs.
Any solutions please i've been stuck for 5 hours now!
Start Free Trial