Understanding Data Sources

As explained in Chapter 5, “Building the Databases,” a database is a collection of tables that store related data. Databases are generally used in one of two ways:

  • Directly within a DBMS application such as Microsoft Access or SQL Server’s Enterprise Manager. These applications tend to be very database specific (they are usually designed by the database vendor for use with specific databases).

  • Via third-party applications, commercial or custom, that know how to interact with existing external databases.

ColdFusion is in the second group. It isn’t a database product, but it let you write applications that interact with databases.

How do third-party applications interact with databases, which are usually created by other ...

Get Adobe ColdFusion 8 Web Application Construction Kit, Volume 1: Getting Started now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.