Skip to content

Instantly share code, notes, and snippets.

@mrbusche
Created January 3, 2014 15:12
Show Gist options
  • Save mrbusche/8239414 to your computer and use it in GitHub Desktop.
Save mrbusche/8239414 to your computer and use it in GitHub Desktop.
need help refactoring
<cfset InsStateTblFound="1">
<cftry>
<cfquery name="Temptable" DATASOURCE="PLDropdowns">
SELECT * FROM #GeneralQuery.InsState#Table
</cfquery>
<cfcatch>
<cfset InsStateTblFound="0">
</cfcatch>
</cftry>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment