Downloaded and installed the DatabaseBlocks product.
it's fun and powerful.
but is there a way to have the program generate
the cfquery's with a more limited set of attributes: 

<cfquery name="query_name" datasource="application.main_dsn">

rather than the way it works now: 

<cfquery name="Updatelds_Offers"
  datasource="#application.main_dsn#"
  username="#application.app_username#"
  password="#application.app_password#"
  dbtype="ODBC">

thanks, daryl





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to