Chapter 10: Lesson 6: Adding And Updating Sql Data; Lesson 6: Adding And Updating Sql Data - MACROMEDIA COLDFUSION MX 61-GETTING STARTED BUILDING COLDFUSION MX Getting Started

Building coldfusion mx applications
Table of Contents

Advertisement

Lesson 6: Adding and Updating SQL Data

In this lesson, you will complete the Compass Travel Trip Maintenance application. The
exercises will guide you through the steps of adding the database update logic to add new trip
offerings and update existing trips in the Compass Travel database.
This lesson explains how to do the following tasks:
Modify the Trip Edit page to link the add and update functions to the main application page.
Write code to insert new trips using SQL.
Write code to insert new trips without using SQL.
Write code to update several records in the Trips table.
ColdFusion tags and functions introduced in this lesson
The following table identifies the ColdFusion tags and functions that you use in this lesson to
enhance the ColdFusion application:
Element
Type
cfinsert
Tag
Tag
cfupdate
Description
Inserts records in a JDBC data source.
Updates a records in a JDBC data source.
CHAPTER 10
117

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