Tyler Fitch wrote: > > Assume the big bad user put a ' after your (value). > > SELECT * FROM table1 WHERE field1 = 'some value';DELETE FROM table2 > WHERE 1 = 1 --'
And that won't work because CF automatically doubles all single quotes. If it were that easy nobody needed to be convinced of the need for cfqueryparam :-) You ned the combination of a string delimiter and an escape character, and that is all I'm going to say about it. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192821 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

