> Some good points were made, on both sides. I am almost > thinking about switching sides ... not.
The thing is that it's not really about "sides" it's about using the right tools at the right times. If you have a basic update/insert query that doesn't have any special needs, I suppose using those tags could save some time (esp. if you have a lot of those basic queries to write). For queries that need special care, rolling your own would likely be a better approach. If you're CFC-heavy already then ORM might be a good choice. Being a good programmer shouldn't be about "I always write my own SQL" it should be about using the most effective tool for the job at hand. One of the things I love about CF is that it gives you these options to choose from. -Justin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337418 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

