Guest User

Untitled

a guest
Mar 5th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <cfsavecontent variable="LOCAL.SQL">
  2.     <cfoutput>
  3.         Select #getTableName()#.#getIDColumnName()#
  4.         #LOCAL.BaseSQL#
  5.     </cfoutput>
  6. </cfsavecontent>
  7.  
  8. <!--- Compile the query that's going to be used. --->
  9. <cfquery name="LOCAL.QueryResult" datasource="#getDatasource().getName()#" username="#getDatasource().getUsername()#" password="#getDatasource().getPassword()#">
  10.     <cfoutput>
  11.         #LOCAL.SQL#
  12.     </cfoutput>
  13. </cfquery>
Add Comment
Please, Sign In to add comment