MACROMEDIA COLFUSION MX 7-CFML Quick Reference page 19

Hide thumbs Also See for COLFUSION MX 7-CFML:
Table of Contents

Advertisement

username = "username"
password = "password"
maxRows = "number"
blockFactor = "blocksize"
timeout = "seconds"
cachedAfter = "date"
cachedWithin = "timespan"
Either of the following:
debug = "yes" or "no"
OR
debug
>
result = "result_name"
</cfquery>
cfqueryparam
<cfquery
name = "query_name"
dataSource = "ds_name"
...Other attributes...>
SQL STATEMENT column_name =
<cfqueryparam value = "parameter value"
CFSQLType = "parameter type"
maxLength = "maximum parameter length"
scale = "number of decimal places"
null = "yes" or "no"
list = "yes" or "no"
separator = "separator character">
AND/OR ...additional criteria of the WHERE clause...
</cfquery>
cfregistry
cfregistry action = "getAll"
<cfregistry
action = "getAll"
branch = "branch"
type = "data type"
name = "query name"
sort = "criteria">
cfregistry action = "get"
<cfregistry
action = "get"
branch = "branch"
entry = "value"
variable = "variable"
type = "data type">
cfregistry action = "set"
<cfregistry
action = "set"
branch = "branch"
entry = "key or value"
type = "value type"
value = "data">
cfregistry action = "delete"
<cfregistry
action = "delete"
branch = "branch"
entry = "key or value">
cfreport
Syntax 1
<!--- Syntax 1 - Use this syntax with the ColdFusion Report
Builder. --->
<cfreport
template = "report definition filename"
format = "PDF or FlashPaper" or "excel"
name = "cf variable"
filename = "output filename"
query = "query variable"
overwrite = "yes" or "no"
encryption = "128-bit" or "40-bit" or "none"
ownerpassword = "password"
userpassword = "password"
permissions = "permission list"
cfreportparam tags [optional]
</cfreport>
OR
CFML Quick Reference
19

Advertisement

Table of Contents
loading

This manual is also suitable for:

Colfusion mx 7 - installing and using coldfusion mx

Table of Contents