Connecting To Microsoft Access - 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
Timeout (min)
Interval (min)
Disable
Connections
Login Timeout
(sec)
CLOB
BLOB
LongText Buffer
BLOB Buffer
Allowed SQL

Connecting to Microsoft Access

Use the settings in the following table to connect ColdFusion MX to Microsoft Access data
sources:
Setting
CF Data Source
Name
Database File
System Database
File
Use Default
Username
ColdFusion
Username
ColdFusion
Password
50
Chapter 3: Data Source Management
Description
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 MX 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 not selected, ColdFusion MX retrieves the number of
characters specified in the Long Text Buffer setting.
Select to return the entire contents of any BLOB/Image columns in the database
for this data source. If not selected, ColdFusion MX retrieves the number of
characters specified in the BLOB Buffer setting.
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 file that contains the database.
To secure access to the specified database file, click Browse Server to locate
and enter a database that contains database security information. The system
database is usually located in the same directory as the MDB file or in the
windows\system32\system.mdw directory.
If selected, ColdFusion MX does not pass a user name or password when
requesting a connection. The Microsoft Access driver uses the default user name
and password.
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

Advertisement

Table of Contents
loading

Table of Contents