Tutorials / Cheatsheets
The following links are provided as-is to visitors to act as a resource for ColdFusion
development. They are NOT meant to be a full-fledged tutorial on an subject,
but rather a brief overview of specific scenarios involving a typical problem
and a ColdFusion solution.
Tutorials
Expiring Page - Preventing Form reloads from cache
Details the use of CFHEADER to control the duration of a page's cached lifetime.
Adding a field to an existing query programmatically
How to manually add a field/column to a query after it has already been run.
Looping through Form checkbox data based on variable query results
Also includes instructions for dynamic select boxes.
Cheatsheets
Differences between Access and SQL Server from a ColdFusion perspective
Syntax differences between an Access datasource and SQL Server, such as SELECT * vs. SELECT, etc. Includes information on the process of upgrading from Access to SQL Server.
Differences between INNER JOIN and OUTER JOIN
Examples of Inner and Outer joins