an addage is the an ability for other applications to use your logic when using SP.
I am not sure why there seems to be a recurring issue with changing an SP when a simply F5 in QA works a charm! "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message----- From: Dave Watts To: CF-Talk Sent: Mon Aug 28 02:38:21 2006 Subject: RE: Stored procs (was Top 100 ColdFusion Programmers) > While on that subject, a lot of people insist that everythig > should be done with SP's wherever possible. > While this is indeed a good idea for long/complex queries > that will see vastly improved performance and speed, but I > think it is wrong to do it just for the sake of it, and to > put basic select or other small queries etc into SP's. I wouldn't go so far as to insist, but I do strongly recommend it. Not for speed, primarily - using prepared statements may be as fast in many cases - but not just "for the sake of it" either. Using stored procedures allows you to logically segment data access code from your application in a useful way, and allows the application to be secured a bit more - you can in many cases essentially remove the ability to run arbitrary SQL from your application. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251207 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

