Installation guide

current template directory. The filename match is not case-sensitive when searching cus-
tom tag directories.
4.3.21 CFOBJECT
BlueDragon supports “
java”, “component”, and “webservice” values for the type
attribute; it does not support the values “
com” or “corba”.
4.3.22 CFQUERY
4.3.22.1 Unsupported Tag Attributes
CF5 added a feature often referred to as “DSN-less” connections (where the database
connection string is specified via the
connectString attribute, rather than using a
dataSource attribute). Like CFMX, BlueDragon does not support this feature or the fol-
lowing attributes.
connectString
dbName
dbServer
provider
providerDSN
These attributes are all deprecated in CFMX.
Additionally, BlueDragon does not support the following optional CFQUERY attributes:
blockfactor
timeout
4.3.22.2 Query of Query processing
BlueDragon supports query of query processing (specified by dbType=query”). While
CFMX added support for new SQL language statements such as
lower, upper,
BlueDragon does not yet support all those statements.
4.3.23 CFREGISTRY
BlueDragon simulates the Windows registry on all operating systems, including
Windows. Therefore, it is not possible to read, write, or delete “registry” entries other
than those created using the
CFREGISTRY tag.
In other words, on Windows systems, you cannot access the real Registry. There are
available Java utilities that you can try in order to gain access to the real registry, via
CFOBJECT calls to the utility’s methods. At the time of this writing, URLs for possible
candidates you may consider include:
http://www.trustice.com/java/jnireg/
http://www.bayequities.com/tech/Products/jreg_key.shtml
BlueDragon 6.1 CFML Compatibility and Reference Guide 12