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!

Search results for query: *

  • Users: sentill
  • Content: Threads
  • Order by date
  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