> If using <cfqueryparam> does it matter if you have queries "named" the > same but do different things (on different pages but in the same > application and using the same db)?
> Example one query named getProduct uses a cfqueryparam, while another > query named getProduct uses cfquery param but they are not the structured > query. > Just curious if I am making a mistake .. I don't think it shouldn't > matter. I may be misunderstanding the question, but afaik <cfqueryparam> doesn't change any of the behavior of cfquery with regard to its name or the other attributes of the <cfquery> tag, so, you would treat it the same in this respect whether you used cfqueryparam or not. Isaac Dealey Certified Advanced ColdFusion Developer www.turnkey.to 954-776-0046 ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

