Contents > Developing ColdFusion MX Applications > Updating Your Database > Inserting data PreviousNext

Inserting data

You usually use two application pages to insert data into a database:

You can create an insert form with standard HTML form tags or with cfform tags (see Creating forms with the cfform tag). When the user submits the form, form variables are passed to a ColdFusion action page that performs an insert operation (and whatever else is called for) on the specified data source. The insert action page can contain either a cfinsert tag or a cfquery tag with a SQL INSERT statement. The insert action page should also contain a confirmation message for the end user.


Contents > Developing ColdFusion MX Applications > Updating Your Database > Inserting data PreviousNext

ColdFusion 9 | 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.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/updated3.htm