Hello,
Following is the query that I would like to use:
SELECT ALL PROPERTY.LEGAL_DESC, PROPERTY.COUNTY_CODE, calculation(PROPERTY_SALE.PROPERTY_ID, 'MDAS') FROM PROPERTY, PROPERTY_SALE WHERE(PROPERTY_SALE.PROPERTY_ID = PROPERTY.PROPERTY_ID) and ((property.certstatus in
STATUS)) or (property.certstatus in
STATUS2)) or (property.certstatus in
STATUS3)) or (property.certstatus in
STATUS4))) and (property.county_code = :COUNTY)
where calculation is a function in oracle.
Please guide me as to how to retrieve the recordsets by using cfstoredproc or cfqueryparam
Thanks
sentill
Following is the query that I would like to use:
SELECT ALL PROPERTY.LEGAL_DESC, PROPERTY.COUNTY_CODE, calculation(PROPERTY_SALE.PROPERTY_ID, 'MDAS') FROM PROPERTY, PROPERTY_SALE WHERE(PROPERTY_SALE.PROPERTY_ID = PROPERTY.PROPERTY_ID) and ((property.certstatus in




where calculation is a function in oracle.
Please guide me as to how to retrieve the recordsets by using cfstoredproc or cfqueryparam
Thanks
sentill