| Contents > Getting Started Building ColdFusion MX Applications > Lesson 2: Writing Your First ColdFusion Application |
|
|
|
|
||
In this lesson, you begin the construction of a ColdFusion web application for the fictitious company, Compass Travel. The exercises in this lesson guide you through the steps of creating queries and forms to search for and display trip offering information from the Compass Travel relational database.
This lesson explains how to do the following tasks:
The following table identifies the ColdFusion tags and functions that you use in this lesson to build your first ColdFusion application:
Element |
Type |
Description |
|---|---|---|
PreserveSingleQuotes |
Function |
Enables you to use single quotation marks in variables used in SQL statements. |
cfoutput |
Tag |
Instructs the server to show the results of variables, functions, or text that is specified between the |
cfquery |
Tag |
Submits SQL statements to a JDBC data source. |
cfif |
Tag |
Creates conditional statements. |
cfset |
Tag |
Defines a ColdFusion variable. If the variable already exists, |
|
|
||
| Contents > Getting Started Building ColdFusion MX Applications > Lesson 2: Writing Your First ColdFusion Application |
|
|
ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6.1
Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.