You should strive to use cfqueryparam *anywhere* you currently use a CF variable in any SQL statement, not just a select statement.
I add the disclaimer in that I don't use cfqueryparam for values that are created in my CF pages. I use them anywhere I accept user-supplied values. * They reduce the threat of sql injection attacks. * They auto-escape single quotes that can bring down the most-powerful of queries. * They increase performance of the query (negligible, I guess). * They look damn impressive. M!ke -----Original Message----- From: Mark Fuqua [mailto:[EMAIL PROTECTED] Sent: Monday, September 19, 2005 3:36 PM To: CF-Talk Subject: RE: CreateOdbcDate(column - not variable) within a CFQuery I hate to sound as ignorant as I am, but I don't use cfqueryparam. Where should I use it and why. Is it just for selects? Mark ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:218641 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

