View comments | RSS feed
Contents > Developing ColdFusion MX Applications > Introduction to Databases and SQL > Using SQL PreviousNext

Using SQL

This section introduces SQL, describes basic SQL syntax, and contains examples of SQL statements. It provides enough information for you to begin using ColdFusion MX. However, this section does not contain an exhaustive description of the entire SQL programming language. For complete SQL information, see the SQL reference that ships with your database.

A query is a request to a database. The query can ask for information from the database, write new data to the database, update existing information in the database, or delete records from the database.

Structured Query Language (SQL) is an ANSI/ISO standard programming language for writing database queries. All databases supported by ColdFusion support SQL, and all ColdFusion tags that access a database allow you to pass SQL statements to the tag.


Contents > Developing ColdFusion MX Applications > Introduction to Databases and SQL > Using SQL 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.

Comments


No screen name said on Oct 19, 2003 at 4:23 AM :
my comments if somebody can give me a link or to download documenst to make sql database with macromedia dreamweaver coz i have sql database in my website and i wanna use it
jeeshah said on Apr 6, 2004 at 1:28 AM :
How to add records in multiple databases using one form in Dreamweaver MX
jrunrandy said on Apr 6, 2004 at 6:11 AM :
For more information on using Dreamweaver with ColdFusion MX 6.1, try the Dreamweaver support center: http://www.macromedia.com/support/dreamweaver or the Dreamweaver Development center: http://www.macromedia.com/devnet/mx/dreamweaver/

 

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

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