Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sentill

  1. sentill

    using cfstoredproc or cfqueryparam

    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...

Part and Inventory Search

Back
Top