"mac jordan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I wrote a little utility (it's a Dreamweaver site report) that let you > > quickly identify any cfquery tag missing the username and/or password > > attribute > > it would identify all mine then - I always use request.dsn !
It doesn't matter if the attribute value is a variable (hardcoded values aren't a good idea). It only reports tags where the attributes are missing or contain an empty string. I wrote it because I had to rework an application where the username and password where defined inside CF Admin and missing from <cfquery> (often not a good idea in a shared enviroiment) Massimo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210353 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

