>> "There are tag restrictions though"

Both the free version and the paid version of Bluedragon _do not_ support or fully 
support the following:
 - CFCs
 - XML tags/functions
 - Verity (CFCOLLECTION, CFINDEX, CFSEARCH)
 - Web services
 - WDDX
 - CFGRID, CFTREE, CFSLIDER
 - i18n (internationalization)
 - Crystal Reports (CFREPORT)
 - COM (CFOBJECT type=COM)
 - C++ CFX
 - Corba
 - CFApplet
 - CFREGISTRY* (*this tag does not access the system registry on Windows)
 - CFLDAP* (* cannot do secure ldap)
 - CFTRACE
 - Debug Output
 - Many other more subtle aspects

The free version has further restrictions. 

Also: 
 - Bluedragon does not escape single quotes in SQL statements.  The marketing material 
will tell you to use CFQUERYPARAM as a workaround, and that you should be using it 
anyway due to security benefits from passing user input as variables to the SQL, which 
is true, however, not all variables passed to SQL are actually user input.  Any 
variable that comes from your code or comes from your pre-existing data that contains 
single quotes will need to be manually escaped before passing to SQL.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=14
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=14

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.14
                                

Reply via email to