Chapter 6: Lesson 2: Writing Your First Coldfusion Application; Lesson 2: Writing Your First Coldfusion Application - MACROMEDIA COLDFUSION MX 61-GETTING STARTED BUILDING COLDFUSION MX Getting Started

Building coldfusion mx applications
Table of Contents

Advertisement

Lesson 2: Writing Your First ColdFusion
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:
Construct a query to retrieve information from a database.
Develop a search form to accept user criteria.
Use dynamic SQL to build a flexible search query.
Develop a results form to display the result of the search.
ColdFusion tags and functions introduced in this lesson
The following table identifies the ColdFusion tags and functions that you use in this lesson to
build your first ColdFusion application:
Element
PreserveSingleQuotes
cfoutput
cfquery
cfif
cfset
Type
Description
Function Enables you to use single quotation marks in variables used in
SQL statements.
Tag
Instructs the server to show the results of variables, functions, or
text that is specified between the
Tag
Submits SQL statements to a JDBC data source.
Tag
Creates conditional statements.
Tag
Defines a ColdFusion variable. If the variable already exists,
resets it to the specified value.
cfset
CHAPTER 6
Application
start and end tags.
cfoutput
57

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION MX 61-GETTING STARTED BUILDING COLDFUSION MX and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Coldfusion mx

Table of Contents