Connecting To Informix - MACROMEDIA COLFUSION MX 7 - CONFIGURING AND ADMINISTERING COLDFUSION MX Manual

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

Advertisement

Setting
LongText Buffer
(chr)
BLOB Buffer
(bytes)
Allowed SQL

Connecting to Informix

To see a list of Informix versions that ColdFusion MX supports, go to
www.macromedia.com/go/sysreqscf. Use the settings in the following table to connect
ColdFusion MX to Informix data sources:
Setting
CF Data Source
Name
Database
Informix Server
Server
Port
Username
Password
Description
Connection
String
Limit
Connections
Restrict
Connections To
Maintain
Connections
Max Pooled
Statements
Description
The default buffer size, used if the CLOB option is not selected. The default
value is
bytes.
64000
The default buffer size, used if the BLOB option is not selected. The default
value is
bytes.
64000
The SQL operations that can interact with the current data source.
Description
The data source name (DSN) used by ColdFusion MX to connect to the data
source.
The database to which this data source connects.
The name of the Informix database server to which you want to connect.
The name of the server that hosts the database. If the database is local, enclose
the word local in parentheses.
The number of the TCP/IP port that the server monitors for connections.
The user name that ColdFusion MX passes to the JDBC driver to connect to the
data source if a ColdFusion application does not supply a user name (for
example, in a
tag).
cfquery
The password that ColdFusion MX passes to the JDBC driver to connect to the
data source if a ColdFusion application does not supply a password (for
example, in a
tag).
cfquery
(Optional) A description for this connection.
A field that passes database-specific parameters, such as login credentials, to
the data source.
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 MX 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
tag). Although you tune this setting based on your
cfqueryparam
tags
tag

Connecting to Informix

49

Advertisement

Table of Contents
loading

Table of Contents