How many use the query coding (where clause) as:
 
where
            x = 1 and
            Deleted = 0
 
 
OR 
 
 
where 
        x = 1
        and Deleted = 0
 
 
 
I prefer the second one as if I need to remove or simply comment the line
out for testing, I only do the one line rather than having the comment tags
skew over multiple lines?
 
Thanks for your input.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290444
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to