Chapter 4: Managing Data Sources
87
Connecting to Microsoft SQL Server Databases
ColdFusion lets you access SQL Server databases from both Windows NT and UNIX,
via ODBC and OLE DB drivers.
Configuring Microsoft SQL Server Options (Windows)
If ColdFusion Server is installed on a Windows NT server, you can configure Microsoft
SQL Server as a ColdFusion data source using any either an ODBC or OLE DB driver.
For information about using OLE DB drivers with ColdFusion data sources, see “OLE
DB Drivers” on page 82.
ODBC: Microsoft SQL Server Options (Windows)
The following table describes ColdFusion ODBC options for Microsoft SQL Server data
sources. You set these options when you configure a ColdFusion data source. See
“Adding Data Sources for ColdFusion” on page 82 for more information.
Microsoft SQL Server ODBC Options
Option
Description
Data Source Name
A name for your ODBC data source.
Description
A short description of the data source.
Server
The name of the server hosting the database you want to use.
Use Trusted Connection — Allows SQL Server to authenticate users
based on their Windows NT logins. You can use this option if the
SQL Server database is using an Integrated or Mixed security mode.
Integrated security uses NT authentication schemes for all
connections. Only users with trusted connections are allowed to
connect to SQL Server. It is not necessary to populate the
ColdFusion username and password fields because SQL Server
ignores these values; using a trusted connection connects to the
database as a ColdFusion service user, not a ColdFusion runtime
user.
Mixed security allows both trusted and nontrusted connections. If
the username and password are left blank, SQL Server will use NT
domain credentials. However, if you do pass a username and
password, SQL Server tries to authenticate using the passed
information.
Содержание COLDFUSION 4.5-ADMINISTRING COLDFUSION...
Страница 1: ...Allaire Corporation Administering ColdFusion Server ColdFusion 4 5...
Страница 10: ...x Administering ColdFusion Server...
Страница 22: ...xxii AdministeringColdFusionServer...
Страница 48: ...26 Administering ColdFusion Server...
Страница 58: ...36 Administering ColdFusion Server...
Страница 60: ...38 Administering ColdFusion Server Using ColdFusion in a Distributed Configuration 68...
Страница 98: ...76 Administering ColdFusion Server...
Страница 150: ...128 Administering ColdFusion Server...
Страница 198: ...176 Administering ColdFusion Server...
Страница 205: ...Chapter 6 Creating Scalable and Highly Available Web Sites 183 3 Click the DNS tab...
Страница 304: ...282 Administering ColdFusion Server...
Страница 350: ...328 Administering ColdFusion Server...