Tutorial search
Tutorials
Stuff
Affiliates
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project.
View all templates
Using ColdFusion variables - Coldfusion tutorial

Using ColdFusion variables tutorial description
| Added on | 21.03.2008 |
| Total clicks | 35 |
| Tutorial Rating | 0 |
| Tutorial Difficulty | 0 |
Using ColdFusion variables
More cool Coldfusion tutorials:

Looping is a programming technique that repeats a set of instructions or displays output repeatedly until one or more conditions are met.

A simple coldfusion tutorial which explains how to query a database using coldfusion.
Querying a database in coldfusion is similar to other programming languages. The query is usually placed at the top of the page, or before where it is used.
The query is as below with an opening tag with the name of the query and the datasource that you are querying. Between the opening and closing tags you insert your sql code.

This guide will take you through the steps of setting up a datasource in the coldfusion administrator.
To setup a datasource you will need to login to the coldfusion administrator. The Coldfusion administrator is usually found under /CFIDE/administrator/ you will then need to login with the password created on installation.

ColdFusion is a good development tool of choice for rapidly deploying web applications, dynamic web sites, intranets or e-commerce sites.




