MACROMEDIA COLFUSION MX 7 - CONFIGURING AND ADMINISTERING COLDFUSION MX Manual page 48

Hide thumbs Also See for COLFUSION MX 7 - CONFIGURING AND ADMINISTERING COLDFUSION MX:
Table of Contents

Advertisement

Setting
Connection
String
Limit
Connections
Restrict
Connections To
Maintain
Connections
Max Pooled
Statements
Timeout (min)
Interval (min)
Disable
Connections
Login Timeout
(sec)
CLOB
BLOB
48
Chapter 3: Data Source Management
Description
A field that passes database-specific parameters, such as login credentials, to
the data source.
For UDB on the initial connection, specify DatabaseName,
CreateDefaultPackage, ReplacePackage, and
sendStringParametersAsUnicode (with no spaces), as the following example
shows:
DatabaseName=SAMPLE;CreateDefaultPackage=TRUE;ReplacePackage=TRUE;
sendStringParametersAsUnicode=false
If the database uses Unicode, specify true for the
sendStringParametersAsUnicode parameter.
For UDB on subsequent connections, specify DatabaseName and
sendStringParametersAsUnicode (with no spaces), as the following example
shows:
DatabaseName=SAMPLE;sendStringParametersAsUnicode=false
Your user ID must have CREATE PACKAGE privileges on the database, or your
database administrator must create a package for you.
Specifies whether ColdFusion MX limits the number of database connections for
the data source. If you enable this option, use the Restrict Connections To field to
specify the maximum.
Specifies the maximum number of database connections for the data source. To
use this restriction, you must enable the Limit Connections option.
ColdFusion establishes a connection to a data source for every operation that
requires one. Enable this option to improve performance by caching the data
source connection.
Enables reuse of prepared statements (that is, stored procedures and queries
that use the
cfqueryparam
application, start by setting it to the sum of the following:
• Unique
tags that use the
cfquery
• Unique
cfstoredproc
The number of minutes that ColdFusion MX maintains an unused connection
before destroying it.
The time (in minutes) that the server waits between cycles to check for expired
data source connections to close.
If selected, suspends all client connections.
The number of seconds before ColdFusion times out the data source connection
login attempt.
Select to return the entire contents of any CLOB/Text columns in the database
for this data source. If unchecked, ColdFusion retrieves the number of characters
specified in the Long Text Buffer setting. For UDB 7.1 and 7.2, there is a 32K
limit on CLOBs.
Select to return the entire contents of any BLOB/Image columns in the database
for this data source. If unchecked, ColdFusion retrieves the number of characters
specified in the BLOB Buffer setting. BLOBs are not supported on UDB 7.1
and 7.2.
tag). Although you tune this setting based on your
cfqueryparam
tags
tag

Advertisement

Table of Contents
loading

Table of Contents