Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <cfquery name="get_organisation" datasource="#application.XYZ_DSN#" dbtype="odbc">
  2. SELECT *
  3. FROM Web_Organisation
  4. WHERE OrganisationID = <cfqueryparam cfsqltype="cf_sql_integer" value="#attributes.OrganisationID#">
  5. </cfquery>