Alphabetical List of ColdFusion Tags
Attribute
maxRows
blockFactor
timeout
cachedAfter
cachedWithin Optional. A timespan using the ColdFusion
provider
providerDSN
debug
Description
Optional. Specifies the maximum number of rows to return in the
record set.
The
attribute accepts an argument of
maxRows
cfquery
to return all rows in the query object.
Optional. Specifies the maximum number of rows to fetch at a time
from the server. The range is 1 (default) to 100. This parameter
applies to ORACLE native database drivers and to ODBC drivers.
Certain ODBC drivers may dynamically reduce the block factor at
runtime.
Optional. The maximum number of milliseconds for the query to
execute before returning an error indicating that the query has
timed-out. This attribute is not supported by most ODBC drivers.
is supported by the SQL Server 6.x or above driver. The
timeout
minimum and maximum allowable values vary, depending on the
driver.
Optional. A date value (for example, 4/16/98, April 16, 1999, 4-16-99).
ColdFusion uses cached query data if the date of the original query is
after the date specified. Effective only if query caching is enabled in
the ColdFusion Administrator. To use cached data, the current query
must use the same SQL statement, data source, query name, user
name, password, and
same
dbServer
and
Years from 0 to 29 are interpreted as 21st century values. Years 30 to
99 are interpreted as 20th century values.
When specifying a date value as a string, you must enclose it in
quotes.
Cached query data is used if the original query date falls within the
time span you define. The CreateTimeSpan function is used to define
a period of time from the present backwards. Effective only if query
caching is enabled in the ColdFusion Administrator.
To use cached data, the current query must use the same SQL
statement, data source, query name, user name, password, and
. For native drivers it must have the same
dbType
(Sybase only).
dbName
Optional. COM provider (OLE-DB only).
Optional. Data source name for the COM provider (OLE-DB only).
Optional. Used for debugging queries. Specifying this attribute causes
the SQL statement submitted to the data source and the number of
records returned from the query to be returned.
dbType
. For native drivers, it must have the
dbName
(Sybase only).
, which causes
-1
function.
CreateTimeSpan
and
dbServer
225
Need help?
Do you have a question about the COLDFUSION 5 - CFML and is the answer not in the manual?